/** * ECC Custom Tool: Lint Check * * Detects the appropriate linter and returns a runnable lint command. */ import { type ToolDefinition } from "@opencode-ai/plugin/tool"; declare const lintCheckTool: ToolDefinition; export default lintCheckTool; //# sourceMappingURL=lint-check.d.ts.map