import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; /** * An enumeration. */ export declare const AppSchemasLedgersTokenType: { readonly Ckerc20Mainnet: "ckerc20_mainnet"; readonly Ckerc20Sepolia: "ckerc20_sepolia"; readonly Sns: "sns"; readonly Tcycles: "tcycles"; }; /** * An enumeration. */ export type AppSchemasLedgersTokenType = ClosedEnum; /** @internal */ export declare const AppSchemasLedgersTokenType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const AppSchemasLedgersTokenType$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 AppSchemasLedgersTokenType$ { /** @deprecated use `AppSchemasLedgersTokenType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Ckerc20Mainnet: "ckerc20_mainnet"; readonly Ckerc20Sepolia: "ckerc20_sepolia"; readonly Sns: "sns"; readonly Tcycles: "tcycles"; }>; /** @deprecated use `AppSchemasLedgersTokenType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Ckerc20Mainnet: "ckerc20_mainnet"; readonly Ckerc20Sepolia: "ckerc20_sepolia"; readonly Sns: "sns"; readonly Tcycles: "tcycles"; }>; } //# sourceMappingURL=appschemasledgerstokentype.d.ts.map