import { AppleWizardOptions } from './options';
export declare function runAppleWizard(options: AppleWizardOptions): Promise<void>;
