import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const EthSeaportOrderType: { readonly FullOpen: "FULL_OPEN"; readonly PartialOpen: "PARTIAL_OPEN"; readonly FullRestricted: "FULL_RESTRICTED"; readonly PartialRestricted: "PARTIAL_RESTRICTED"; readonly Contract: "CONTRACT"; }; export type EthSeaportOrderType = ClosedEnum; /** @internal */ export declare const EthSeaportOrderType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const EthSeaportOrderType$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 EthSeaportOrderType$ { /** @deprecated use `EthSeaportOrderType$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly FullOpen: "FULL_OPEN"; readonly PartialOpen: "PARTIAL_OPEN"; readonly FullRestricted: "FULL_RESTRICTED"; readonly PartialRestricted: "PARTIAL_RESTRICTED"; readonly Contract: "CONTRACT"; }>; /** @deprecated use `EthSeaportOrderType$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly FullOpen: "FULL_OPEN"; readonly PartialOpen: "PARTIAL_OPEN"; readonly FullRestricted: "FULL_RESTRICTED"; readonly PartialRestricted: "PARTIAL_RESTRICTED"; readonly Contract: "CONTRACT"; }>; } //# sourceMappingURL=ethseaportordertype.d.ts.map