import type { ProjectContext } from '../../ai/types';
/**
 * Company Values Template - A structured format for generating formal Company Values documents.
 * This template provides instructional guidance for the AI to create professional, actionable core values.
 */
export declare class CompanyValuesTemplate {
    private context;
    constructor(context: ProjectContext);
    /**
     * Generate the instructional template for Company Values document
     */
    generateContent(): string;
}
//# sourceMappingURL=CompanyValuesTemplate.d.ts.map