import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const OrganizationSortProperty: { readonly CreatedAt: "created_at"; readonly MinusCreatedAt: "-created_at"; readonly Slug: "slug"; readonly MinusSlug: "-slug"; readonly Name: "name"; readonly MinusName: "-name"; readonly NextReviewThreshold: "next_review_threshold"; readonly MinusNextReviewThreshold: "-next_review_threshold"; readonly DaysInStatus: "days_in_status"; readonly MinusDaysInStatus: "-days_in_status"; }; export type OrganizationSortProperty = ClosedEnum; /** @internal */ export declare const OrganizationSortProperty$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=organizationsortproperty.d.ts.map