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