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