UNPKG

375 BTypeScriptView Raw
1import { ArrayLikeString, ICaptchaSolver } from './types';
2export { ArrayLikeString };
3export { isArrayLikeString } from './types';
4declare function RuCaptcha2Captcha(key: string, captchaService?: 2 | '2'): ICaptchaSolver;
5declare const _default: new (key: string, captchaService?: 2 | "2" | undefined) => ReturnType<typeof RuCaptcha2Captcha>;
6export default _default;