/**
 * 发送房间公告
 * @param msg 公告内容
 * @returns {string}
 */
declare const _default: (msg: string) => string;
export default _default;
