declare const fetcher: (url: string, headers?: HeadersInit) => Promise<any>;
export default fetcher;
export declare const axiosPostFetcher: (url: string, params: any) => Promise<any>;
//# sourceMappingURL=fetcher.d.ts.map