export declare class TestSuiteProcessor { constructor(); addTestsToTestSuite(testSuiteId?: string, testIds?: string[]): boolean; getAllTestsForSuiteResult(suiteTestResultId?: string): string[]; refreshAllTestSuites(): void; refreshTest(testId?: string): void; refreshTestSuite(testSuiteId?: string, lazy?: boolean): void; } //# sourceMappingURL=TestSuiteProcessor.d.ts.map