UNPKG

cea-core

Version:
4 lines (3 loc) 240 B
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>;