import type { EndpointInterface } from '@data-client/normalizr'; import type { InvalidateAction } from '../../types.js'; export declare function createInvalidate(endpoint: E, { args }: { args: readonly [...Parameters]; }): InvalidateAction; //# sourceMappingURL=createInvalidate.d.ts.map