import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const EthSeaportItemType: { readonly Native: "NATIVE"; readonly Erc20: "ERC20"; readonly Erc721: "ERC721"; readonly Erc1155: "ERC1155"; readonly Erc721WithCriteria: "ERC721_WITH_CRITERIA"; readonly Erc1155WithCriteria: "ERC1155_WITH_CRITERIA"; }; export type EthSeaportItemType = ClosedEnum; /** @internal */ export declare const EthSeaportItemType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const EthSeaportItemType$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 EthSeaportItemType$ { /** @deprecated use `EthSeaportItemType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Native: "NATIVE"; readonly Erc20: "ERC20"; readonly Erc721: "ERC721"; readonly Erc1155: "ERC1155"; readonly Erc721WithCriteria: "ERC721_WITH_CRITERIA"; readonly Erc1155WithCriteria: "ERC1155_WITH_CRITERIA"; }>; /** @deprecated use `EthSeaportItemType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Native: "NATIVE"; readonly Erc20: "ERC20"; readonly Erc721: "ERC721"; readonly Erc1155: "ERC1155"; readonly Erc721WithCriteria: "ERC721_WITH_CRITERIA"; readonly Erc1155WithCriteria: "ERC1155_WITH_CRITERIA"; }>; } //# sourceMappingURL=ethseaportitemtype.d.ts.map