import type { EndpointInterface } from '@data-client/normalizr'; import type { FetchAction } from '../../types.js'; import { EndpointUpdateFunction } from '../types.js'; /** * Requesting a fetch to begin */ export declare function createFetch; }>(endpoint: E, { args }: { args: readonly [...Parameters]; }): FetchAction; //# sourceMappingURL=createFetch.d.ts.map