/**
 * Installs the Chrome browser for Puppeteer.
 */
export declare function installChromeBrowser(): Promise<void>;
/**
 * Installs the Firefox browser for Puppeteer.
 */
export declare function installFirefoxBrowser(): Promise<void>;
