import { TAxiosResponse } from "./interfaces"; export declare const checkError: (data: TAxiosResponse["data"]) => any;