export type BrowserFallbackResult = { attempted: boolean; solved: boolean; message: string; taskId?: string; }; export declare function solveWithCapSolverFallback(page: any, captchaType: string, timeoutMs?: number): Promise; //# sourceMappingURL=CapSolverBrowserFallback.d.ts.map