/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * IM Tools Index * * 即时通讯相关工具 */ import type { OpenClawPluginApi } from 'openclaw/plugin-sdk'; export declare function registerFeishuImTools(api: OpenClawPluginApi): void;