import type { ProjectContext } from '../../ai/types';
import type { DocumentProcessor, DocumentOutput } from '../../documentGenerator/types';
/**
 * Processor for the Introduction Business Analysis Body of Knowledge document.
 */
export declare class IntroductionBusinessAnalysisBodyOfKnowledgeProcessor implements DocumentProcessor {
    process(context: ProjectContext): Promise<DocumentOutput>;
}
//# sourceMappingURL=IntroductionBusinessAnalysisBodyOfKnowledgeProcessor.d.ts.map