import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const TransactionType: { readonly Credit: "credit"; readonly Debit: "debit"; }; export type TransactionType = OpenEnum; /** @internal */ export declare const TransactionType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const TransactionType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=transaction-type.d.ts.map