import { TechStackProfile, ProjectProfile } from '../types'; export declare function generateBlueprint(techStack: TechStackProfile, profile: ProjectProfile): string;