/** * Test Management CLI Commands - 7 commands for test runs, results, and linking */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerTestCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=test-commands.d.ts.map