import type { ProjectContext } from '../../ai/types.js'; import type { DocumentProcessor, DocumentOutput } from '../../documentGenerator/types.js'; /** * Processor for the Common Goals User Personas Analysis document. * Analyzes shared objectives across user personas to align Requirements Gathering Agent features with user needs. */ export declare class CommongoalsuserpersonasProcessor implements DocumentProcessor { private aiProcessor; constructor(); process(context: ProjectContext): Promise; private createPrompt; private validateOutput; } //# sourceMappingURL=CommongoalsuserpersonasProcessor.d.ts.map