import type { ToolDefinition } from "@opencode-ai/plugin"; import type { PluginContext } from "../types.js"; /** * Tool definitions for safety & recovery commands: undo, edit_history, * checkpoint, restore_checkpoint, list_checkpoints. */ export declare function safetyTools(ctx: PluginContext): Record; //# sourceMappingURL=safety.d.ts.map