import { TestRun } from './TestRun';
export default interface TestRuns {
    test_run: TestRun[];
}
//# sourceMappingURL=TestRuns.d.ts.map