import Feature from "../gherkin/Feature";
import GherkinTestRunAttributes from "../gherkin/GherkinTestRunAttributes";
export default interface GherkinTestRun {
    _attributes: GherkinTestRunAttributes;
    feature: Feature;
}
//# sourceMappingURL=GherkinTestRun.d.ts.map