import type { ReplyPayload } from "../../auto-reply/reply-payload.js"; import type { KlawConfig } from "../../config/types.klaw.js"; export declare function normalizeWebchatReplyMediaPathsForDisplay(params: { cfg: KlawConfig; sessionKey: string; agentId: string; workspaceDir?: string; accountId?: string; payloads: ReplyPayload[]; }): Promise;