import type { HistoryMediaEntry } from "openclaw/plugin-sdk/reply-history"; import type { MeetMediaAttachment, MeetHistoryMediaMeta } from "./types.js"; export declare function buildHistoryMediaEntries(media?: readonly MeetMediaAttachment[] | null, messageId?: string): HistoryMediaEntry[] | undefined; export declare function buildMeetHistoryMediaMeta(media?: readonly MeetMediaAttachment[] | null): MeetHistoryMediaMeta[] | undefined;