/** * Hooks Coverage Commands * Coverage-aware routing and statusline generation. * Extracted from hooks.ts to reduce file size. */ import type { Command } from '../types.js'; export { coverageGapsCommand } from './hooks-coverage-gaps.js'; export { coverageRouteCommand, coverageSuggestCommand } from './hooks-coverage-routing.js'; export declare const statuslineCommand: Command; //# sourceMappingURL=hooks-coverage-commands.d.ts.map