import mongoose from "mongoose";
import { IErrorResponse } from "./interfaces";
export declare const formatCastError: (error: mongoose.Error.CastError) => IErrorResponse;
