import { Prepared, Request, ProxyOptions } from './types.js'; export declare function withBrowser(req: Request, clickContinue: boolean | undefined, headless: boolean, errorPatterns?: string[], continueButtonSelector?: string, ignoreCaptcha?: boolean, proxy?: ProxyOptions): Promise; //# sourceMappingURL=withBrowser.d.ts.map