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