//#region src/plugins/captcha/constants.d.ts
declare const Providers: {
  readonly CLOUDFLARE_TURNSTILE: "cloudflare-turnstile";
  readonly GOOGLE_RECAPTCHA: "google-recaptcha";
  readonly HCAPTCHA: "hcaptcha";
  readonly CAPTCHAFOX: "captchafox";
};
//#endregion
export { Providers };