import type { CorePermissionsConfig } from './types'; /** * Core Permissions Configuration * * This file defines: * - System permissions (teams, settings, etc.) * - Default permissions per role * - UI sections for the permissions matrix * * IMPORTANT: Themes can override these values in their app.config.ts */ export declare const CORE_PERMISSIONS_CONFIG: CorePermissionsConfig; //# sourceMappingURL=system.d.ts.map