export const STORAGE_REQ_TIMEOUT_MS: 15000;
export const GOOGLEAPIS_CDN: string;
export const USER_AGENT: "appium";
export const CHROMELABS_URL: string;
export namespace OS {
    let LINUX: string;
    let WINDOWS: string;
    let MAC: string;
}
export namespace ARCH {
    let X64: string;
    let X86: string;
}
export namespace CPU {
    let INTEL: string;
    let ARM: string;
}
export const APPLE_ARM_SUFFIXES: string[];
//# sourceMappingURL=constants.d.ts.map