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