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