import type { ADB } from 'appium-adb'; export declare function isWriteable(filePath: string): Promise; export declare function signApp(adb: ADB, appPath: string): Promise; //# sourceMappingURL=helpers.d.ts.map