/** * 入站附件来源与业务引用 ID(IM files[] → OpenClaw 展示/结构化字段)。 */ import type { MsgFileVO } from "./types.js"; export declare function trimAttachmentSource(item: MsgFileVO): string | undefined; /** IM fileId → OpenClaw 结构化 refId */ export declare function trimAttachmentRefId(item: MsgFileVO): string | undefined; export declare function attachmentDisplayName(item: MsgFileVO): string; /** 正文附件行:`文件名` · **来源:…** · 引用 ID:`…` */ export declare function formatInboundAttachmentDescriptor(item: MsgFileVO): string; /** 附件解析内容块标题下的元信息行(无 Markdown 加粗) */ export declare function formatInboundAttachmentMetaLine(item: MsgFileVO): string | undefined; //# sourceMappingURL=inbound-attachment-meta.d.ts.map