import type { ProjectContext } from '../../ai/types';
/**
 * Ultimate Project Charter Template with Executive Authority
 *
 * This template provides the authoritative structure for PMBOK-compliant Project Charter
 * generation, designed for synthesis across all foundational documents by a PMO Director
 * and Executive Sponsor persona with full organizational authority.
 */
export declare class ProjectcharterTemplate {
    private context;
    constructor(context: ProjectContext);
    /**
     * Generate comprehensive Project Charter content with executive synthesis instructions
     */
    generateContent(): string;
}
//# sourceMappingURL=ProjectcharterTemplate.d.ts.map