import { Context } from "../../types/context"; interface RecaptchaApiResponse { success: boolean; challenge_ts: string; hostname: string; "error-codes"?: [any]; score?: number; } declare const _default: (context: Context, token: string) => Promise; export default _default; //# sourceMappingURL=recaptchaValidator.d.ts.map