import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const OwnershipSearchSort: { readonly Latest: "LATEST"; readonly Earliest: "EARLIEST"; readonly HighestSell: "HIGHEST_SELL"; readonly LowestSell: "LOWEST_SELL"; }; export type OwnershipSearchSort = ClosedEnum; /** @internal */ export declare const OwnershipSearchSort$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const OwnershipSearchSort$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 OwnershipSearchSort$ { /** @deprecated use `OwnershipSearchSort$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Latest: "LATEST"; readonly Earliest: "EARLIEST"; readonly HighestSell: "HIGHEST_SELL"; readonly LowestSell: "LOWEST_SELL"; }>; /** @deprecated use `OwnershipSearchSort$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Latest: "LATEST"; readonly Earliest: "EARLIEST"; readonly HighestSell: "HIGHEST_SELL"; readonly LowestSell: "LOWEST_SELL"; }>; } //# sourceMappingURL=ownershipsearchsort.d.ts.map