/** * Run Tests Tool * * Custom OpenCode tool to run test suites with various options. * Automatically detects the package manager and test framework. */ import { type ToolDefinition } from "@opencode-ai/plugin/tool"; declare const runTestsTool: ToolDefinition; export default runTestsTool; //# sourceMappingURL=run-tests.d.ts.map