import { testsystem as testCaseNS } from '../../../lib/testsystem/v1/entities/test_case'; import { testsystem as testSuiteNS } from '../../../lib/testsystem/v1/entities/test_suite'; export type TestCaseRun = testCaseNS.v1.entities.TestCaseRun; export declare const TestCaseRun: typeof testCaseNS.v1.entities.TestCaseRun; export type StepRun = testCaseNS.v1.entities.StepRun; export declare const StepRun: typeof testCaseNS.v1.entities.StepRun; export type TestSuiteRun = testSuiteNS.v1.entities.TestSuiteRun; export declare const TestSuiteRun: typeof testSuiteNS.v1.entities.TestSuiteRun; export type SuiteType = testSuiteNS.v1.entities.SuiteType; export declare const SuiteType: typeof testSuiteNS.v1.entities.SuiteType; //# sourceMappingURL=index.d.ts.map