import type { AnyRole, RoleName } from '../types/utility.type'; export declare function getRoleName(role: Role): RoleName;