import type { CliContext } from '../cli-context.ts'; export declare function runTestCommand(argv: string[], context: CliContext): Promise; export declare function getTestCommandHelpText(target?: NodeJS.WriteStream): Promise; //# sourceMappingURL=test.d.ts.map