import type { MessageElement } from "zhin.js"; /** * 统一 QQ 群 @ 机器人前缀: * - 去掉正文前的 at 段与内联 @,使命令/文本从首段开始匹配 * - 若曾 @ 机器人,在末尾追加规范 at 段,供 AI @ 触发器识别 */ export declare function normalizeGroupAtPrefix(content: MessageElement[], endpointAtIds: string[], forceAt: boolean): MessageElement[]; //# sourceMappingURL=group-at-normalize.d.ts.map