import type { DataProvider } from "@refinedev/core"; import type { AxiosInstance } from "axios"; export declare const dataProvider: (apiUrl: string, httpClient?: AxiosInstance) => Required; //# sourceMappingURL=provider.d.ts.map