import { WizardOptions } from '../utils/types';
export declare function runFlutterWizard(options: WizardOptions): Promise<void>;
