import * as semver from 'semver';
import type { ChromedriverCommandContext } from './types';
/**
 * Detects Chrome/WebView version to drive Chromedriver compatibility matching.
 */
export declare function getChromeVersionForAutodetection(this: ChromedriverCommandContext): Promise<semver.SemVer | null>;
//# sourceMappingURL=version.d.ts.map