import { EntitlementConfiguration } from '../types/entitlementConfiguration.js'; export type OrgEntitlements = Partial>; export declare const orgEntitlements: readonly ["SSO", "RBAC", "SCIM", "SLACK_SUPPORT", "DEDICATED_CSM", "AUDIT_LOGS", "SECURITY_CONTACT", "EXTERNAL_API_KEYS", "SESSION_IP_ALLOWLIST", "UNIVERSAL_SEARCH", "AUDIT_LOG_STREAMING", "ANALYTICS_STREAMING", "BITBUCKET"]; export type OrgEntitlement = (typeof orgEntitlements)[number];