import type { ProjectContext } from '../../ai/types.js'; /** * Template for Elicitation & Collaboration (BABOK) * Returns a structured markdown outline for the document. */ export declare class ElicitationAndCollaborationTemplate { generateContent(context: ProjectContext): string; } //# sourceMappingURL=ElicitationAndCollaborationTemplate.d.ts.map