/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Converter for "video_chat" message type. */ import type { ContentConverterFn } from "./types.js"; export declare const convertVideoChat: ContentConverterFn; //# sourceMappingURL=video-chat.d.ts.map