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