import type { CreateFetcher } from '../interfaces/ClientConfig';
declare const createAxiosFetcher: CreateFetcher;
export default createAxiosFetcher;
