import { BoundaryManager } from "../governance/boundary.js"; import type { Tool } from "./registry.js"; export declare function makeEditTool(boundary: BoundaryManager): Tool; //# sourceMappingURL=edit.d.ts.map