import type { AgentTool } from "@earendil-works/pi-agent-core"; import type { Executor } from "../sandbox/index.js"; declare const bashSchema: import("@sinclair/typebox").TObject<{ label: import("@sinclair/typebox").TString; command: import("@sinclair/typebox").TString; timeout: import("@sinclair/typebox").TOptional; }>; export declare function createBashTool(executor: Executor): AgentTool; export {}; //# sourceMappingURL=bash.d.ts.map