import type { UserConfOpts } from '../types/conf';
import type FetchWithCookie from '../utils/fetch-helper.js';
export declare function captchaHandler(url: string, fetch: FetchWithCookie, mode: UserConfOpts['captcha']): Promise<string>;
