import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; /** * An enumeration. */ export declare const AppModelsLedgersTokenType: { readonly Nns: "nns"; readonly Sns: "sns"; readonly ChainKey: "chain_key"; readonly Tcycles: "tcycles"; }; /** * An enumeration. */ export type AppModelsLedgersTokenType = ClosedEnum; /** @internal */ export declare const AppModelsLedgersTokenType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const AppModelsLedgersTokenType$outboundSchema: z.ZodNativeEnum; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace AppModelsLedgersTokenType$ { /** @deprecated use `AppModelsLedgersTokenType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Nns: "nns"; readonly Sns: "sns"; readonly ChainKey: "chain_key"; readonly Tcycles: "tcycles"; }>; /** @deprecated use `AppModelsLedgersTokenType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Nns: "nns"; readonly Sns: "sns"; readonly ChainKey: "chain_key"; readonly Tcycles: "tcycles"; }>; } //# sourceMappingURL=appmodelsledgerstokentype.d.ts.map