import { captchaSolver } from './captcha-solver';
module.exports = { captchaSolver };

export { captchaSolver } from './captcha-solver';

export type { CaptchaParams } from './types';
