/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Drive 工具集 * 统一导出所有云空间相关工具的注册函数 */ import type { OpenClawPluginApi } from "openclaw/plugin-sdk"; /** * 注册所有 Drive 工具 */ export declare function registerFeishuDriveTools(api: OpenClawPluginApi): void; //# sourceMappingURL=index.d.ts.map