import * as z from "zod"; import { ClosedEnum } from "../types/enums.js"; export declare const OlapLeaderboardSortDirection: { readonly Asc: "ASC"; readonly Desc: "DESC"; }; export type OlapLeaderboardSortDirection = ClosedEnum; /** @internal */ export declare const OlapLeaderboardSortDirection$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const OlapLeaderboardSortDirection$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 OlapLeaderboardSortDirection$ { /** @deprecated use `OlapLeaderboardSortDirection$inboundSchema` instead. */ const inboundSchema: z.ZodNativeEnum<{ readonly Asc: "ASC"; readonly Desc: "DESC"; }>; /** @deprecated use `OlapLeaderboardSortDirection$outboundSchema` instead. */ const outboundSchema: z.ZodNativeEnum<{ readonly Asc: "ASC"; readonly Desc: "DESC"; }>; } //# sourceMappingURL=olapleaderboardsortdirection.d.ts.map