/** * Copyright (c) 2026 ByteDance Ltd. and/or its affiliates * SPDX-License-Identifier: MIT * * Register all chat commands (/feishu_diagnose, /feishu_doctor, /feishu_auth, /feishu). */ import type { OpenClawPluginApi } from "openclaw/plugin-sdk"; export declare function registerCommands(api: OpenClawPluginApi): void; //# sourceMappingURL=index.d.ts.map