import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type BenefitDownloadablesSubscriberProperties = { activeFiles: Array; }; /** @internal */ export declare const BenefitDownloadablesSubscriberProperties$inboundSchema: z.ZodMiniType; export declare function benefitDownloadablesSubscriberPropertiesFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=benefitdownloadablessubscriberproperties.d.ts.map