import { ConversationState } from '../types'; export declare function generateTechArchitecture(conversation: ConversationState, projectName?: string): Promise; //# sourceMappingURL=techArchitecture.d.ts.map