/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Converter for "share_chat" and "share_user" message types. */ import type { ContentConverterFn } from './types'; export declare const convertShareChat: ContentConverterFn; export declare const convertShareUser: ContentConverterFn;