import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const ItemsSearchSort: { readonly Relevance: "RELEVANCE"; readonly Latest: "LATEST"; readonly RecentlyListed: "RECENTLY_LISTED"; readonly Earliest: "EARLIEST"; readonly HighestSell: "HIGHEST_SELL"; readonly LowestSell: "LOWEST_SELL"; readonly HighestBid: "HIGHEST_BID"; readonly LowestBid: "LOWEST_BID"; readonly Trait: "TRAIT"; readonly NameAsc: "NAME_ASC"; readonly NameDesc: "NAME_DESC"; readonly OwnerChangeDate: "OWNER_CHANGE_DATE"; }; export type ItemsSearchSort = ClosedEnum; /** @internal */ export declare const ItemsSearchSort$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const ItemsSearchSort$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 ItemsSearchSort$ { /** @deprecated use `ItemsSearchSort$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Relevance: "RELEVANCE"; readonly Latest: "LATEST"; readonly RecentlyListed: "RECENTLY_LISTED"; readonly Earliest: "EARLIEST"; readonly HighestSell: "HIGHEST_SELL"; readonly LowestSell: "LOWEST_SELL"; readonly HighestBid: "HIGHEST_BID"; readonly LowestBid: "LOWEST_BID"; readonly Trait: "TRAIT"; readonly NameAsc: "NAME_ASC"; readonly NameDesc: "NAME_DESC"; readonly OwnerChangeDate: "OWNER_CHANGE_DATE"; }>; /** @deprecated use `ItemsSearchSort$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Relevance: "RELEVANCE"; readonly Latest: "LATEST"; readonly RecentlyListed: "RECENTLY_LISTED"; readonly Earliest: "EARLIEST"; readonly HighestSell: "HIGHEST_SELL"; readonly LowestSell: "LOWEST_SELL"; readonly HighestBid: "HIGHEST_BID"; readonly LowestBid: "LOWEST_BID"; readonly Trait: "TRAIT"; readonly NameAsc: "NAME_ASC"; readonly NameDesc: "NAME_DESC"; readonly OwnerChangeDate: "OWNER_CHANGE_DATE"; }>; } //# sourceMappingURL=itemssearchsort.d.ts.map