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