/** * `code-stats` tool — language / LOC summary via `tokei` → `scc` → ripgrep * file listing as successive fallbacks. Gracefully reports "unavailable" when * none of the binaries are installed. */ import { tool } from '@opencode-ai/plugin'; import type { ToolContext } from './types'; /** Test helper — clears the memoised backend probe. */ export declare function __resetCodeStatsBackendForTests(): void; export declare function createCodeStatsTools(ctx: ToolContext): Record>; //# sourceMappingURL=code-stats.d.ts.map