type TrackSkip = (action: 'question_skipped', tags: {
    attempt_id: string;
    question_id: string;
    choice: string;
    reason: string;
}, step: 'setup-method-select') => void;
export declare function routeFreshIosSetupMethod(onMac: boolean, journeyId: string, trackAction: TrackSkip): 'setup-method-select' | 'api-key-instructions';
export {};
