import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CustomerEmailUpdateVerifyResponse = { token: string; }; /** @internal */ export declare const CustomerEmailUpdateVerifyResponse$inboundSchema: z.ZodMiniType; export declare function customerEmailUpdateVerifyResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=customeremailupdateverifyresponse.d.ts.map