export declare class BenchmarkRunner { static getDefaultClusters(): string static getDefaultNumOfPartitionsPerTopic(): number run(testCaseSysId?: string): void runNext(): void constructor() }