9 lines
247 B
TypeScript
9 lines
247 B
TypeScript
/**
|
|
* Copyright (c) 2026 ByteDance Ltd. and/or its affiliates
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
* Converter for "audio" message type.
|
|
*/
|
|
import type { ContentConverterFn } from './types';
|
|
export declare const convertAudio: ContentConverterFn;
|