/** * @purpose Build `` substitution with mandatory project knowledge files. * @param projectRoot Repository root. * @returns Empty string if knowledge files are not found; otherwise mandatory read text. * @consumer render-review-verify.xml, render-resolve-conflicts.xml */ export declare function buildAiFirstKnowledgeBlock(projectRoot: string): string;