/** * list-agent-engines — returns the registered engine registry and current selection. */ import type { ActionTool } from "../../agent/types.js"; export declare const tool: ActionTool; export declare function run(args?: Record): Promise; //# sourceMappingURL=list-agent-engines.d.ts.map