import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const FeePlanAgreementStatus: { readonly Active: "active"; readonly Terminated: "terminated"; }; export type FeePlanAgreementStatus = ClosedEnum; /** @internal */ export declare const FeePlanAgreementStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const FeePlanAgreementStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=feeplanagreementstatus.d.ts.map