import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const WalletConfigPriceType: { readonly All: "ALL"; readonly Usage: "USAGE"; readonly Fixed: "FIXED"; }; export type WalletConfigPriceType = OpenEnum; /** @internal */ export declare const WalletConfigPriceType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const WalletConfigPriceType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=wallet-config-price-type.d.ts.map