/** * Check if Camoufox browser is installed. */ export declare function isCamoufoxInstalled(): boolean; /** * Download and install Camoufox browser. * Uses `npx camoufox-js fetch` command. */ export declare function downloadCamoufox(): Promise; /** * Ensure Camoufox is installed, downloading if necessary. * This is called automatically before launching the browser. */ export declare function ensureCamoufoxInstalled(): Promise; //# sourceMappingURL=installer.d.ts.map