export declare class BenchmarkRunner { constructor(); static getDefaultClusters(): string; static getDefaultNumOfPartitionsPerTopic(): number; run(testCaseSysId?: string): void; runNext(): void; } //# sourceMappingURL=BenchmarkRunner.d.ts.map