/** * Meet @提及 重写 * 将 @handle 转换为 <@userId> 格式 */ /** * 重写消息中的 @handle 为 <@userId> 格式 * 排除代码块中的内容 */ export declare function rewriteMeetKnownMentions(text: string, accountId?: string | null): string;