import type { InterviewStep } from '../core/interview-steps.js'; import '../core/metaphors/index.js'; /** * Render a single interview step using the appropriate @clack/prompts widget. */ export declare function renderStep(step: InterviewStep, _answers: Record): Promise; /** * Build a summary string from collected answers and context. */ export declare function buildSummary(answers: Record, _ctx: { detected: { detectedPlatforms: string[]; }; }): string; /** * Run the full interactive init flow using @clack/prompts. */ export declare function runInteractiveCli(cwd: string): Promise; //# sourceMappingURL=interactive-init.d.ts.map