import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const FeeCategory: { readonly Ach: "ach"; readonly CardAcquiring: "card-acquiring"; readonly CardOther: "card-other"; readonly CardPull: "card-pull"; readonly CardPush: "card-push"; readonly MonthlyPlatform: "monthly-platform"; readonly NetworkPassthrough: "network-passthrough"; readonly Other: "other"; readonly Rtp: "rtp"; }; export type FeeCategory = ClosedEnum; /** @internal */ export declare const FeeCategory$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const FeeCategory$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=feecategory.d.ts.map