import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; /** * Different ways of sorting entities */ export declare const EntitiesSortOrder: { readonly EntityName: "ENTITY_NAME"; readonly FirstName: "FIRST_NAME"; readonly LastName: "LAST_NAME"; readonly OrgSizeCount: "ORG_SIZE_COUNT"; readonly StartDate: "START_DATE"; readonly TeamSize: "TEAM_SIZE"; readonly Relevance: "RELEVANCE"; }; /** * Different ways of sorting entities */ export type EntitiesSortOrder = OpenEnum; /** @internal */ export declare const EntitiesSortOrder$inboundSchema: z.ZodType; //# sourceMappingURL=entitiessortorder.d.ts.map