/** * ECC Custom Tool: Format Code * * Returns the formatter command that should be run for a given file. * This avoids shell execution assumptions while still giving precise guidance. */ import { type ToolDefinition } from "@opencode-ai/plugin/tool"; declare const formatCodeTool: ToolDefinition; export default formatCodeTool; //# sourceMappingURL=format-code.d.ts.map