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