import type { SourceCandidateCollectorOptions, SourceCandidateStore } from './types-and-cache.js';
export declare function createSourceCandidateStore(options?: SourceCandidateCollectorOptions): SourceCandidateStore;
