declare const useFetchClient: () => { get: , TSend = any>(url: string, config?: import("axios").AxiosRequestConfig | undefined) => Promise; put: , TSend_1 = any>(url: string, data?: TSend_1 | undefined, config?: import("axios").AxiosRequestConfig | undefined) => Promise; post: , TSend_2 = any>(url: string, data?: TSend_2 | undefined, config?: import("axios").AxiosRequestConfig | undefined) => Promise; del: , TSend_3 = any>(url: string, config?: import("axios").AxiosRequestConfig | undefined) => Promise; }; export { useFetchClient }; //# sourceMappingURL=useFetchClient.d.ts.map