import { GetAnticaptchaArgs } from './anticaptcha-types';
export declare const getAnticaptcha: ({ proxyObject, websiteURL, logger, taskType, options }: GetAnticaptchaArgs) => Promise<any>;
