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