import type { ProjectContext } from '../../ai/types'; /** * Communicationmanagementplan Template generates the content for the Communicationmanagementplan document. */ export declare class CommunicationmanagementplanTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Communicationmanagementplan */ generateContent(): string; } //# sourceMappingURL=CommunicationmanagementplanTemplate.d.ts.map