/** * Launch the given bundle id via instrument service. */ export declare const launchApp: (udid: string, bundleId: string, args?: never[], env?: {}) => Promise; //# sourceMappingURL=app.d.ts.map