import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type BenefitGrantFeatureFlagProperties = {}; /** @internal */ export declare const BenefitGrantFeatureFlagProperties$inboundSchema: z.ZodMiniType; /** @internal */ export type BenefitGrantFeatureFlagProperties$Outbound = {}; /** @internal */ export declare const BenefitGrantFeatureFlagProperties$outboundSchema: z.ZodMiniType; export declare function benefitGrantFeatureFlagPropertiesToJSON(benefitGrantFeatureFlagProperties: BenefitGrantFeatureFlagProperties): string; export declare function benefitGrantFeatureFlagPropertiesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=benefitgrantfeatureflagproperties.d.ts.map