import type { AndroidUiautomator2Driver } from '../driver';
import type { BatteryInfo } from './types';
/**
 * Reads the battery information from the device under test.
 * @returns Battery information including level (0.0-1.0) and state (charging, discharging, etc.).
 */
export declare function mobileGetBatteryInfo(this: AndroidUiautomator2Driver): Promise<BatteryInfo>;
//# sourceMappingURL=battery.d.ts.map