import type { RoleDefinition } from '../types/role/RoleDefinition';
export declare const ROLE_DEFINITIONS: RoleDefinition[];
