export declare const downloadChromeExtension: (chromeStoreID: string, { forceDownload, attempts, }?: {
    forceDownload?: boolean;
    attempts?: number;
}) => Promise<string>;
