import { CCSIndex, ContextOutput } from './types'; export declare function buildContext(query: string, index: CCSIndex, options?: { maxFiles?: number; maxLines?: number; }): ContextOutput; export declare function formatContext(context: ContextOutput): string; export declare function generateSummary(index: CCSIndex): string; //# sourceMappingURL=context.d.ts.map