/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Converter for "interactive" (card) message type. * * Supports both legacy card format and new raw_card_content format * (json_card + json_attachment + card_schema). */ import type { ContentConverterFn } from "./types.js"; export declare const convertInteractive: ContentConverterFn; //# sourceMappingURL=interactive.d.ts.map