import type { Gap } from '../schemas/gap-analysis.schema.js'; export declare function buildGapPrompt(gaps: Gap[], limit: number): string; //# sourceMappingURL=context-builder.d.ts.map