import type { Tool as ExecutorTool } from "@slopus/rig-execution"; import type { AnyDefinedTool } from "../types.js"; export declare function toExecutorTool(tool: AnyDefinedTool): ExecutorTool;