import { FileUpdatable } from './file'; export declare const buildGradlePatchable: () => Promise; export declare const buildAppGradlePatchable: () => Promise; export declare const embraceJSON: () => Promise; export declare const mainApplicationPatchable: ({ name, }: { name?: string | undefined; }) => Promise; export declare const embraceJSONContents: (params: { appID: string; apiToken: string; }) => string;