export const desiredCapConstraints: {
    browserName: {
        isString: boolean;
    };
    browserVersion: {
        isString: boolean;
    };
    acceptInsecureCerts: {
        isBoolean: boolean;
    };
    pageLoadStrategy: {
        isString: boolean;
    };
    proxy: {
        isObject: boolean;
    };
    setWindowRect: {
        isBoolean: boolean;
    };
    timeouts: {
        isObject: boolean;
    };
    unhandledPromptBehavior: {
        isString: boolean;
    };
    systemPort: {
        isNumber: boolean;
    };
    marionettePort: {
        isNumber: boolean;
    };
    verbosity: {
        isString: boolean;
        inclusionCaseInsensitive: string[];
    };
    androidStorage: {
        isString: boolean;
        inclusionCaseInsensitive: string[];
    };
    'moz:firefoxOptions': {
        isObject: boolean;
    };
};
//# sourceMappingURL=desired-caps.d.ts.map