import type { PromptContext } from '../types'; /** * Renders the Interview phase section for both interactive and non-interactive modes. */ export declare function renderInterview(ctx: PromptContext): string; //# sourceMappingURL=interview.d.ts.map