export declare const STORAGE_REQ_TIMEOUT_MS = 15000;
export declare const GOOGLEAPIS_CDN: string;
export declare const USER_AGENT = "appium";
export declare const CHROMELABS_URL: string;
export declare const OS: {
    readonly LINUX: "linux";
    readonly WINDOWS: "win";
    readonly MAC: "mac";
};
export declare const ARCH: {
    readonly X64: "64";
    readonly X86: "32";
};
export declare const CPU: {
    readonly INTEL: "intel";
    readonly ARM: "arm";
};
export declare const APPLE_ARM_SUFFIXES: readonly ["64_m1", "_arm64"];
export declare const CHROMEDRIVER_EVENTS: {
    readonly ERROR: "chromedriver_error";
    readonly CHANGED: "stateChanged";
};
export declare const CHROMEDRIVER_STATES: {
    readonly STOPPED: "stopped";
    readonly STARTING: "starting";
    readonly ONLINE: "online";
    readonly STOPPING: "stopping";
    readonly RESTARTING: "restarting";
};
//# sourceMappingURL=constants.d.ts.map