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