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