import { BoundaryManager } from "../governance/boundary.js"; import type { Tool } from "./registry.js"; export declare function makeExecTool(boundary: BoundaryManager, allowlist?: string[]): Tool; //# sourceMappingURL=exec.d.ts.map