export declare function execAdb(args: string[], adb_path?: string, device?: string): Promise; export declare function getScriptPath(content: string): Promise; export declare function pushScript(device: string, content: string, path: string, adb_path?: string): Promise; export declare function execScript(device: string, path: string, exec_command?: string, adb_path?: string): Promise;