import { type ManagerControlAction } from "../manager-service-controller.js"; import type { CommandResult } from "./command-application.js"; import type { ScopeOptions } from "./command-options.js"; /** 系统服务命令只管理manager,不修改网关desired,不回退旧gateway服务路径。 */ export declare function managerServiceCommand(action: ManagerControlAction, options: ScopeOptions): Promise; //# sourceMappingURL=manager-service-command.d.ts.map