import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; /** * Properties available to subscribers for a benefit of type `feature_flag`. */ export type BenefitFeatureFlagSubscriberProperties = {}; /** @internal */ export declare const BenefitFeatureFlagSubscriberProperties$inboundSchema: z.ZodMiniType; export declare function benefitFeatureFlagSubscriberPropertiesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=benefitfeatureflagsubscriberproperties.d.ts.map