export declare const desiredCapConstraints: {
    readonly chromedriverPort: {
        readonly isNumber: true;
    };
    readonly useSystemExecutable: {
        readonly isBoolean: true;
    };
    readonly executable: {
        readonly isString: true;
    };
    readonly executableDir: {
        readonly isString: true;
    };
    readonly verbose: {
        readonly isBoolean: true;
    };
    readonly logPath: {
        readonly isString: true;
    };
    readonly autodownloadEnabled: {
        readonly isBoolean: true;
    };
    readonly disableBuildCheck: {
        readonly isBoolean: true;
    };
    readonly browserName: {
        readonly isString: true;
    };
};
export type CDConstraints = typeof desiredCapConstraints;
//# sourceMappingURL=desired-caps.d.ts.map