import { IReCaptchaInstance } from './grecaptcha/grecaptcha'; export declare class ReCaptchaInstance { private readonly siteKey; private readonly recaptcha; constructor(siteKey: string, recaptcha: IReCaptchaInstance); execute(action: string): Promise; hideBadge(): void; showBadge(): void; private findBadges; }