import * as z from "zod/v4-mini"; /** * Properties for creating a benefit of type `feature_flag`. */ export type BenefitFeatureFlagCreateProperties = {}; /** @internal */ export type BenefitFeatureFlagCreateProperties$Outbound = {}; /** @internal */ export declare const BenefitFeatureFlagCreateProperties$outboundSchema: z.ZodMiniType; export declare function benefitFeatureFlagCreatePropertiesToJSON(benefitFeatureFlagCreateProperties: BenefitFeatureFlagCreateProperties): string; //# sourceMappingURL=benefitfeatureflagcreateproperties.d.ts.map