import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const PayoutCategory: { readonly OnlineGambling: "online_gambling"; }; export type PayoutCategory = OpenEnum; /** @internal */ export declare const PayoutCategory$inboundSchema: z.ZodType; /** @internal */ export declare const PayoutCategory$outboundSchema: z.ZodType; //# sourceMappingURL=payoutcategory.d.ts.map