import { Platform, SdkBinary } from '../interfaces'; export declare const getAllAvailableOptions: () => string[]; export declare const getBinaryNameForOS: (platform: Platform, binaryName: string) => string; export declare const getBinaryLocation: (sdkRoot: string, platform: Platform, binaryName: SdkBinary, suppressOutput?: boolean) => string; export declare const downloadWithProgressBar: (url: string, dest: string, extract?: boolean) => Promise; export declare const getLatestVersion: (browser: 'firefox' | 'chrome') => Promise; export declare const getFirefoxApkName: (version: string) => string; export declare const downloadFirefoxAndroid: (version: string) => Promise; export declare const getSdkRootFromEnv: (cwd: string, androidHomeInGlobalEnv: boolean) => string; export declare const checkJavaInstallation: (cwd: string) => boolean; //# sourceMappingURL=common.d.ts.map