import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const OlapPlatformSource: { readonly Rarible: "RARIBLE"; readonly OpenSea: "OPEN_SEA"; }; export type OlapPlatformSource = ClosedEnum; /** @internal */ export declare const OlapPlatformSource$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const OlapPlatformSource$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 OlapPlatformSource$ { /** @deprecated use `OlapPlatformSource$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Rarible: "RARIBLE"; readonly OpenSea: "OPEN_SEA"; }>; /** @deprecated use `OlapPlatformSource$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Rarible: "RARIBLE"; readonly OpenSea: "OPEN_SEA"; }>; } //# sourceMappingURL=olapplatformsource.d.ts.map