export declare const installChromeDriver: (chromeVersion: string, { force }?: {
    force?: boolean | undefined;
}) => Promise<string>;
