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