import * as z from "zod/v4-mini"; export type CustomerBenefitGrantDiscordPropertiesUpdate = { accountId: string | null; }; /** @internal */ export type CustomerBenefitGrantDiscordPropertiesUpdate$Outbound = { account_id: string | null; }; /** @internal */ export declare const CustomerBenefitGrantDiscordPropertiesUpdate$outboundSchema: z.ZodMiniType; export declare function customerBenefitGrantDiscordPropertiesUpdateToJSON(customerBenefitGrantDiscordPropertiesUpdate: CustomerBenefitGrantDiscordPropertiesUpdate): string; //# sourceMappingURL=customerbenefitgrantdiscordpropertiesupdate.d.ts.map