export type GRecaptchVerifyResponse = { success: boolean; challenge_ts?: string; hostname?: string; score?: number; action?: string; 'error-codes'?: string[]; }; export default function verifyCaptchaToken(token: string): Promise; //# sourceMappingURL=verify-captcha-token.d.ts.map