import type { ToolResult } from "@opencode-ai/plugin"; import type { V2BashExecution } from "../definitions/v2.js"; /** * Run the shared bash definition with a per-call signal derived from its Effect * fiber. The shared definition maps that signal to `bash_abort_inflight` only * while a foreground invocation is active; explicit background and PTY calls * therefore remain untouched. */ export declare function executeV2Bash(execution: V2BashExecution): Promise; //# sourceMappingURL=executor.d.ts.map