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