import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const WalletTxReferenceType: { readonly Payment: "PAYMENT"; readonly External: "EXTERNAL"; readonly Request: "REQUEST"; readonly Invoice: "INVOICE"; }; export type WalletTxReferenceType = OpenEnum; /** @internal */ export declare const WalletTxReferenceType$inboundSchema: z.ZodMiniType; //# sourceMappingURL=wallet-tx-reference-type.d.ts.map