/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Chat Tools Index * * 群组相关工具 */ import type { OpenClawPluginApi } from "openclaw/plugin-sdk"; export declare function registerFeishuChatTools(api: OpenClawPluginApi): void; //# sourceMappingURL=index.d.ts.map