import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const WalletType: { readonly PrePaid: "PRE_PAID"; readonly PostPaid: "POST_PAID"; }; export type WalletType = OpenEnum; /** @internal */ export declare const WalletType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const WalletType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=wallet-type.d.ts.map