import type { ProjectContext } from '../../ai/types';
/**
 * BABOKIntroduction Template generates the content for the BABOKIntroduction document.
 */
export declare class BABOKIntroductionTemplate {
    private context;
    constructor(context: ProjectContext);
    /**
     * Build the markdown content for BABOKIntroduction
     */
    generateContent(): string;
}
//# sourceMappingURL=BABOKIntroductionTemplate.d.ts.map