import type { ProjectContext } from '../../ai/types';
/**
 * Underlying Competencies Template
 * Generates a standards-compliant BABOK Underlying Competencies document structure.
 */
export declare class UnderlyingCompetenciesTemplate {
    /**
     * Generate the markdown content for the Underlying Competencies document.
     * @param context ProjectContext for dynamic content injection
     */
    generateContent(context: ProjectContext): string;
}
//# sourceMappingURL=UnderlyingCompetenciesTemplate.d.ts.map