import type { DocumentProcessor, DocumentOutput } from '../../documentGenerator/types.js';
import type { ProjectContext } from '../../ai/types';
/**
 * Processor for the BABOK Underlying Competencies document.
 * Uses AIProcessor for enhanced content, with fallback to the template.
 */
export declare class UnderlyingCompetenciesProcessor implements DocumentProcessor {
    process(context: ProjectContext): Promise<DocumentOutput>;
    generate(context: ProjectContext): Promise<DocumentOutput>;
}
//# sourceMappingURL=UnderlyingCompetenciesProcessor.d.ts.map