import * as z from "zod/v4-mini"; export type CustomerEmailUpdateVerifyRequest = { token: string; }; /** @internal */ export type CustomerEmailUpdateVerifyRequest$Outbound = { token: string; }; /** @internal */ export declare const CustomerEmailUpdateVerifyRequest$outboundSchema: z.ZodMiniType; export declare function customerEmailUpdateVerifyRequestToJSON(customerEmailUpdateVerifyRequest: CustomerEmailUpdateVerifyRequest): string; //# sourceMappingURL=customeremailupdateverifyrequest.d.ts.map