/** * welcome — SpecCore 项目名片 + 使用引导 * 终端模式:Unicode 框线;AI 模式(HTML):彩色卡片架构图 */ export interface WelcomeOptions { force?: boolean; web?: boolean; output?: string; } export declare function welcomeCommand(_options: WelcomeOptions): Promise; /** * HTML 项目名片 — 复刻 ask 架构图风格(彩色卡片 + 中央 ask 节点 + 4 模式分支) */ export declare function renderWelcomeHtml(version: string, isInit: boolean, iterName: string, phase: string, taskCount: number): string; //# sourceMappingURL=welcome.d.ts.map