/// import { ITestSuite } from "../types"; declare const TestSuite: ({ testSuite }: { testSuite: ITestSuite; }) => JSX.Element; export default TestSuite; //# sourceMappingURL=test-suite.d.ts.map