import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const WalletStatus: { readonly Active: "active"; readonly Frozen: "frozen"; readonly Closed: "closed"; }; export type WalletStatus = OpenEnum; /** @internal */ export declare const WalletStatus$inboundSchema: z.ZodMiniType; /** @internal */ export declare const WalletStatus$outboundSchema: z.ZodMiniType; //# sourceMappingURL=wallet-status.d.ts.map