import { Command } from 'clipanion'; declare class TestUnitCommand extends Command { execute(): Promise; } export { TestUnitCommand };