import { BaseCommand } from '../../base-command.js'; export default class TestAll extends BaseCommand { static summary: string; static description: string; static examples: string[]; static flags: { ci: import("@oclif/core/interfaces").BooleanFlag; verbose: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; } //# sourceMappingURL=all.d.ts.map