import type { AndroidUiautomator2Driver } from '../driver'; import type { InstallOptions } from './types'; /** * Installs multiple APKs with `install-multiple` option. * @param apks - Array of APK file paths or URLs to install. * @param options - Optional installation options (allowTestPackages, useSdcard, grantPermissions, etc.). * @throws {errors.InvalidArgumentError} If the apks array is empty or invalid. */ export declare function mobileInstallMultipleApks(this: AndroidUiautomator2Driver, apks: string[], options?: InstallOptions): Promise; //# sourceMappingURL=app-management.d.ts.map