import Wizard from '../util/wizard'; export declare const patchBuildGradle: { name: string; run: (wizard: Wizard) => Promise; }; export declare const patchAppBuildGradle: { name: string; run: (wizard: Wizard) => Promise; }; export declare const createEmbraceJSON: { name: string; run: (wizard: Wizard) => Promise; }; export declare const patchMainApplication: { name: string; run: (wizard: Wizard) => Promise; };