import { EntitlementConfiguration } from '../types/entitlementConfiguration.js';
export type OrgEntitlements = Partial<Record<OrgEntitlement, EntitlementConfiguration>>;
export declare const orgEntitlements: readonly ["SSO"];
export type OrgEntitlement = (typeof orgEntitlements)[number];