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