import { ReCaptchaModel } from '../types/recaptcha.types'; export declare const getRecaptchaToken: (websiteKey: string, isEnterprise?: boolean) => Promise; export declare const waitForReCaptcha: () => Promise; export declare const verifyReCaptchaLoad: (badgeId: string, config: ReCaptchaModel, logger: boolean, isEnterprise?: boolean) => Promise; //# sourceMappingURL=recaptcha.service.d.ts.map