import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type BenefitGrantDownloadablesProperties = { files?: Array | undefined; }; /** @internal */ export declare const BenefitGrantDownloadablesProperties$inboundSchema: z.ZodMiniType; /** @internal */ export type BenefitGrantDownloadablesProperties$Outbound = { files?: Array | undefined; }; /** @internal */ export declare const BenefitGrantDownloadablesProperties$outboundSchema: z.ZodMiniType; export declare function benefitGrantDownloadablesPropertiesToJSON(benefitGrantDownloadablesProperties: BenefitGrantDownloadablesProperties): string; export declare function benefitGrantDownloadablesPropertiesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=benefitgrantdownloadablesproperties.d.ts.map