import type { InitConfig } from '../../templates/index.ts'; /** * Interactive wizard for `rolebox init` — collects role configuration via * a series of @clack/prompts steps. * * @param defaults - Pre-populated values (e.g. from CLI flags). * @returns A complete InitConfig, or `null` if the user cancelled. */ export declare function runInteractiveWizard(defaults: Partial): Promise; //# sourceMappingURL=init-prompts.d.ts.map