/** * Test Command * Run assertions and quality checks against installed skills. */ import { Command } from 'commander'; export declare function registerTestCommand(program: Command): void; //# sourceMappingURL=test.d.ts.map