import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const OrderActivitySource: { readonly Rarible: "RARIBLE"; readonly OpenSea: "OPEN_SEA"; readonly CryptoPunks: "CRYPTO_PUNKS"; readonly Immutablex: "IMMUTABLEX"; readonly Hen: "HEN"; readonly Objkt: "OBJKT"; readonly X2Y2: "X2Y2"; readonly Looksrare: "LOOKSRARE"; readonly Sudoswap: "SUDOSWAP"; readonly Teia: "TEIA"; readonly Versum: "VERSUM"; readonly Fxhash: "FXHASH"; readonly Blur: "BLUR"; readonly Topaz: "TOPAZ"; }; export type OrderActivitySource = ClosedEnum; /** @internal */ export declare const OrderActivitySource$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const OrderActivitySource$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 OrderActivitySource$ { /** @deprecated use `OrderActivitySource$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Rarible: "RARIBLE"; readonly OpenSea: "OPEN_SEA"; readonly CryptoPunks: "CRYPTO_PUNKS"; readonly Immutablex: "IMMUTABLEX"; readonly Hen: "HEN"; readonly Objkt: "OBJKT"; readonly X2Y2: "X2Y2"; readonly Looksrare: "LOOKSRARE"; readonly Sudoswap: "SUDOSWAP"; readonly Teia: "TEIA"; readonly Versum: "VERSUM"; readonly Fxhash: "FXHASH"; readonly Blur: "BLUR"; readonly Topaz: "TOPAZ"; }>; /** @deprecated use `OrderActivitySource$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Rarible: "RARIBLE"; readonly OpenSea: "OPEN_SEA"; readonly CryptoPunks: "CRYPTO_PUNKS"; readonly Immutablex: "IMMUTABLEX"; readonly Hen: "HEN"; readonly Objkt: "OBJKT"; readonly X2Y2: "X2Y2"; readonly Looksrare: "LOOKSRARE"; readonly Sudoswap: "SUDOSWAP"; readonly Teia: "TEIA"; readonly Versum: "VERSUM"; readonly Fxhash: "FXHASH"; readonly Blur: "BLUR"; readonly Topaz: "TOPAZ"; }>; } //# sourceMappingURL=orderactivitysource.d.ts.map