export interface ProjectContext { projectName?: string; description?: string; techStack?: string[]; conventions?: string; } export declare const projectTemplateZh: (context?: ProjectContext) => string; //# sourceMappingURL=project-template-zh.d.ts.map