import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const VerificationEmailSuccess: { readonly Success: "success"; }; export type VerificationEmailSuccess = OpenEnum; /** @internal */ export declare const VerificationEmailSuccess$inboundSchema: z.ZodType; //# sourceMappingURL=verificationemailsuccess.d.ts.map