/** * Format slug or namespace to readable label * Examples: * - 'backend-users' → 'Backend Users' * - 'event-management' → 'Event Management' * - 'user-profiles' → 'User Profiles' */ export declare const formatLabel: (slug: string) => string; //# sourceMappingURL=formatLabel.d.ts.map