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