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