import { TGenericErrorResponse } from "../interface/errors.interface";
declare const handleCastError: (err: any) => TGenericErrorResponse;
export default handleCastError;
