import { CCSIndex } from './types'; export interface IndexOptions { root: string; incremental?: boolean; } export declare function indexProject(options: IndexOptions): CCSIndex; export declare function updateFile(root: string, filePath: string): CCSIndex | null; export declare function loadIndex(root: string): CCSIndex | null; //# sourceMappingURL=indexer.d.ts.map