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