import { fetchUtils } from 'react-admin'; import type { DataProvider } from 'react-admin'; declare const _default: (entrypoint: string, httpClient?: (url: any, options?: fetchUtils.Options) => Promise<{ status: number; headers: Headers; body: string; json: any; }>) => DataProvider; export default _default; //# sourceMappingURL=restDataProvider.d.ts.map