/** * Interactive wizard for simulation configuration * Uses inquirer.js for beautiful prompts */ export declare function runWizard(): Promise; //# sourceMappingURL=simulate-wizard.d.ts.map