export default function handleError(res: any): {
    status: number;
    data: any;
};
