import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const Platform: { readonly Rarible: "RARIBLE"; readonly OpenSea: "OPEN_SEA"; readonly CryptoPunks: "CRYPTO_PUNKS"; readonly Immutablex: "IMMUTABLEX"; readonly Hen: "HEN"; readonly Objkt: "OBJKT"; readonly Versum: "VERSUM"; readonly Teia: "TEIA"; readonly Other: "OTHER"; readonly Fxhash: "FXHASH"; }; export type Platform = ClosedEnum; /** @internal */ export declare const Platform$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const Platform$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 Platform$ { /** @deprecated use `Platform$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 Versum: "VERSUM"; readonly Teia: "TEIA"; readonly Other: "OTHER"; readonly Fxhash: "FXHASH"; }>; /** @deprecated use `Platform$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 Versum: "VERSUM"; readonly Teia: "TEIA"; readonly Other: "OTHER"; readonly Fxhash: "FXHASH"; }>; } //# sourceMappingURL=platform.d.ts.map