import * as z from "zod/v4-mini"; /** * Properties for creating a benefit of type `custom`. */ export type BenefitCustomCreateProperties = { note?: string | null | undefined; }; /** @internal */ export type BenefitCustomCreateProperties$Outbound = { note?: string | null | undefined; }; /** @internal */ export declare const BenefitCustomCreateProperties$outboundSchema: z.ZodMiniType; export declare function benefitCustomCreatePropertiesToJSON(benefitCustomCreateProperties: BenefitCustomCreateProperties): string; //# sourceMappingURL=benefitcustomcreateproperties.d.ts.map