import type { EndpointInterface, ResolveType } from '@data-client/normalizr'; import type { SetResponseAction } from '../../types.js'; import { EndpointUpdateFunction } from '../types.js'; export declare function createSetResponse; }>(endpoint: E, options: { args: readonly [...Parameters]; response: Error; fetchedAt?: number; error: true; }): SetResponseAction; export declare function createSetResponse; }>(endpoint: E, options: { args: readonly [...Parameters]; response: ResolveType; fetchedAt?: number; error?: false; }): SetResponseAction; //# sourceMappingURL=createSetResponse.d.ts.map