import type { CaptchaInfo, CaptchaResponse } from '../types';
import { Page } from 'playwright';
export declare function captchaSolver(page: Page, captchaInfo: CaptchaInfo): Promise<CaptchaResponse>;
