import type { SearchIndexer } from './index'; export declare function indexAllFiles(rootDirectory: string, indexer: SearchIndexer): void; export declare function reindexFile(rootDirectory: string, filepath: string, indexer: SearchIndexer): void; //# sourceMappingURL=scan.d.ts.map