import Wizard from '../util/wizard'; export declare const iosImportEmbrace: { name: string; run: (wizard: Wizard) => Promise; }; export declare const iosInitializeEmbrace: { name: string; run: (wizard: Wizard) => Promise; }; export declare const iosPodfile: { name: string; run: (wizard: Wizard) => Promise; }; export declare const patchXcodeBundlePhase: { name: string; run: (wizard: Wizard) => Promise; }; export declare const addUploadBuildPhase: { name: string; run: (wizard: Wizard) => Promise; }; export declare const createEmbracePlist: { name: string; run: (wizard: Wizard) => Promise; };