import type { ContextIndexBuildResult, ContextIndexFileEntry, ContextIndexStatus } from "./types/context-index.js"; export declare function buildContextIndex(root?: string): Promise; export declare function getContextIndexStatus(root?: string): Promise; export declare function readIndexedFiles(root: string): Promise;