/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Sheets 工具集 * 注册飞书电子表格工具 */ import type { OpenClawPluginApi } from 'openclaw/plugin-sdk'; /** * 注册 Sheets 工具 */ export declare function registerFeishuSheetsTools(api: OpenClawPluginApi): void;