import { AndroidUiautomator2Driver } from 'appium-uiautomator2-driver'; import type { AppiumFlutterDriver } from './driver'; import type ADB from 'appium-adb'; export declare function startAndroidSession(this: AppiumFlutterDriver, ...args: any[]): Promise; export declare function androidPortForward(adb: ADB, systemPort: number, devicePort: number): Promise; export declare function androidRemovePortForward(adb: ADB, systemPort: number): Promise; //# sourceMappingURL=android.d.ts.map