import { type AxiosError, type AxiosRequestConfig } from "axios"; export declare const AXIOS_INSTANCE: import("axios").AxiosInstance; export declare const customInstance: (config: AxiosRequestConfig, options?: AxiosRequestConfig) => Promise; export type ErrorType = AxiosError; export type BodyType = BodyData;