import { ReCaptchaV3Service } from 'ngx-captcha'; export declare class CaptchaService { private readonly environment; private readonly reCaptchaV3Service; constructor(environment: any, reCaptchaV3Service: ReCaptchaV3Service); executeV3(callback: any): void; }