export declare function androidOpen(serial: string, bundleId: string, url: string): Promise; export declare function androidShot(serial: string, file: string): Promise; export declare function androidWarmup(serial: string, bundleId: string): Promise;