/** * QQ 官方出站媒体归一化。 * qq-official-bot 的 formatMediaData 对 data.url 直接当远程 URL 上传; * base64:// / data:...;base64 须走 data.file 才会解析为 file_data。 */ import type { SendContent } from "zhin.js"; /** 将 Zhin 出站 image/base64 段转为 qq-official-bot 可识别的 file 字段 */ export declare function normalizeOutboundMedia(content: SendContent): SendContent; //# sourceMappingURL=outbound-media.d.ts.map