export function isAndroidConfigured(options: any): boolean; export class Android { constructor(options: any); client: any; id: any; port: any; screenBrightnessMode: number; screenBrightness: number; tmpDir: string; _init(): Promise; device: any; sdcard: any; _runCommand(command: any): Promise; _runCommandAndGet(command: any): Promise; _runAsRootAndGet(command: any): Promise; _runAsRoot(command: any): Promise; _downloadFile(sourcePath: any, destinationPath: any): Promise; _uploadFile(sourcePath: any, destinationPath: any): Promise; _downloadDir(sourcePath: any, destinationPath: any): Promise; getFullPathOnSdCard(path: any): string; mkDirOnSdCard(dirName: any): Promise; removeFileOnSdCard(file: any): Promise; removePathOnSdCard(path: any): Promise; reboot(): Promise; getTemperature(): Promise; getMeta(): Promise<{ model: any; name: any; device: any; androidVersion: any; id: any; wifi: any; }>; pullNetLog(destination: any): Promise; addDevtoolsFw(): Promise; removeDevtoolsFw(): Promise; startVideo(): Promise; ping(address: any): Promise; clickPowerButton(): Promise; getWifi(): Promise; closeAppNotRespondingPopup(): Promise; pressHomeButton(): Promise; stopVideo(): Promise; getPhoneState(): Promise; pullVideo(destinationPath: any): Promise; removeVideo(): Promise; pidof(packageName: any): Promise; _pidofWithPidof(packageName: any): Promise; _pidofWithPs(packageName: any): Promise; _processStartTime(pid: any): Promise<{ dateInMs: number; systemUptimeInSeconds: any; utilStartTimeAfterSystemStartTimeInJiffies: any; processStartTimeAfterSystemStartTimeInJiffies: any; jiffesPerSeconds: number; processStartTimeInMs: number; }>; processStartTime(pid: any, count?: number): Promise; startPowerTesting(): Promise; stopPowerTesting(): Promise; resetPowerUsage(): Promise; measurePowerUsage(packageName: any): Promise<{ 'full-screen': number; 'full-wifi': number; total: number; }>; measureUsbPowerUsage(startTime: any, endTime: any): Promise<{ powerUsage: any; baselineUsage: number; }>; getUsbPowerUsageProfile(index: any, url: any, result: any, options: any, storageManager: any): Promise; } //# sourceMappingURL=index.d.ts.map