export declare const desiredCapConstraints: {
    readonly app: {
        readonly isString: true;
    };
    readonly avd: {
        readonly isString: true;
    };
    readonly maxRetryCount: {
        readonly isNumber: true;
    };
    readonly platformName: {
        readonly inclusionCaseInsensitive: readonly ["iOS", "Android"];
        readonly isString: true;
        readonly presence: true;
    };
    readonly retryBackoffTime: {
        readonly isNumber: true;
    };
    readonly udid: {
        readonly isString: true;
    };
    readonly observatoryWsUri: {
        readonly isString: true;
    };
    readonly skipPortForward: {
        readonly isBoolean: true;
    };
    readonly adbPort: {
        readonly isNumber: true;
    };
    readonly remoteAdbHost: {
        readonly isString: true;
    };
    readonly forwardingPort: {
        readonly isNumber: true;
    };
};
//# sourceMappingURL=desired-caps.d.ts.map