import type { HMSRole } from './HMSRole'; export declare class HMSHelper { static getRoleNames(roles: HMSRole[]): string[]; }