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