import * as z from "zod/v4-mini"; import { CustomerBenefitGrantDiscordPropertiesUpdate, CustomerBenefitGrantDiscordPropertiesUpdate$Outbound } from "./customerbenefitgrantdiscordpropertiesupdate.js"; export type CustomerBenefitGrantDiscordUpdate = { benefitType: "discord"; properties: CustomerBenefitGrantDiscordPropertiesUpdate; }; /** @internal */ export type CustomerBenefitGrantDiscordUpdate$Outbound = { benefit_type: "discord"; properties: CustomerBenefitGrantDiscordPropertiesUpdate$Outbound; }; /** @internal */ export declare const CustomerBenefitGrantDiscordUpdate$outboundSchema: z.ZodMiniType; export declare function customerBenefitGrantDiscordUpdateToJSON(customerBenefitGrantDiscordUpdate: CustomerBenefitGrantDiscordUpdate): string; //# sourceMappingURL=customerbenefitgrantdiscordupdate.d.ts.map