import { SelectorOutputCacheKey, SelectorOutputCacheOptions, SelectorOutputFactory } from '../types'; export type { SelectorOutputCacheKey, SelectorOutputCacheOptions, SelectorOutputFactory, } from '../types'; export declare const evictSelectorOutputsForStateSource: (stateSource: object) => void; export declare const evictSelectorOutput: (stateSource: object, selectorFunc: SelectorOutputCacheKey, selectorArgs: readonly unknown[], expectedOutput?: unknown) => void; export declare const getOrCreate: (stateSource: object, selectorFunc: SelectorOutputCacheKey, selectorArgs: readonly unknown[], factory: SelectorOutputFactory, options?: SelectorOutputCacheOptions) => OUTPUT; //# sourceMappingURL=selector-output-cache.d.ts.map