import { SelectorComputationTraceOptions, SelectorTraceReporter } from '../types'; type SelectorTracingBridge = { getComputationTraceOptions(): SelectorComputationTraceOptions | undefined; getCacheTraceReporter(): SelectorTraceReporter | undefined; }; export declare const registerSelectorTracingBridge: (stateSource: object, bridge: SelectorTracingBridge) => void; export declare const getSelectorComputationTraceOptions: (stateSource: object) => SelectorComputationTraceOptions | undefined; export declare const getSelectorCacheTraceReporter: (stateSource: object) => SelectorTraceReporter | undefined; export {}; //# sourceMappingURL=selector-tracing-bridge.d.ts.map