export declare const killApp: (deviceId: string, bundleId: string) => Promise; export declare const runApp: (deviceId: string, bundleId: string) => Promise; export declare const isAppInstalled: (deviceId: string, bundleId: string) => Promise; export declare const reversePort: (port: number) => Promise; //# sourceMappingURL=device.d.ts.map