import { Page } from 'playwright';
export declare function captchaLoading(page: Page): Promise<void>;
