import type { ProjectContext } from '../../ai/types.js';
import type { DocumentProcessor, DocumentOutput } from '../../documentGenerator/types.js';
/**
 * Processor for the Work Performance Information (Scope) document.
 */
export declare class WorkperformanceinformationscopeProcessor implements DocumentProcessor {
    private aiProcessor;
    constructor();
    process(context: ProjectContext): Promise<DocumentOutput>;
    private createPrompt;
    private validateOutput;
    getRequiredContext(): string[];
    getName(): string;
    getDescription(): string;
    getVersion(): string;
    getDependencies(): string[];
}
//# sourceMappingURL=WorkperformanceinformationscopeProcessor.d.ts.map