import { ProxyObject } from '../../types';
interface GetCapmonsterCaptcha {
    taskType: null;
    websiteURL: string;
    websiteKey: string;
    proxyObject?: ProxyObject;
}
export declare const getCapmonsterCaptcha: ({ proxyObject, taskType, websiteKey, websiteURL }: GetCapmonsterCaptcha) => Promise<any>;
export {};
