import { MobileError } from "./base.js"; export declare class AdbNotInstalledError extends MobileError { constructor(triedPaths?: string[]); } /** * Classify ADB errors from stderr output */ export declare function classifyAdbError(stderr: string, command: string): MobileError; //# sourceMappingURL=adb.d.ts.map