import type { Command } from "commander"; import type { OpenClawConfig } from "../config/config.js"; export declare function registerPluginCliCommands(program: Command, cfg?: OpenClawConfig): void;