/// import { AxiosInstance } from 'axios'; import { ConfigInterface } from './type'; export interface RequestMiddleware extends ConfigInterface { axiosInstance: AxiosInstance; } export declare const AsyncConfigContext: import("react").Context; //# sourceMappingURL=context.d.ts.map