import { z } from "zod";
export declare const AttributeEmailSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type AttributeEmail = z.infer<typeof AttributeEmailSchema>;
