/** * Test command implementation */ import type { TestOptions, CommandContext, CommandResult } from '../types/cli-types.js'; /** * Run tests using TurboRepo */ export declare function testCommand(target: string | undefined, options: TestOptions, context: CommandContext): Promise; //# sourceMappingURL=test.d.ts.map