import { IFeatureOutcome } from "../Executor"; import { IRunnerOptions } from "../../Options"; export declare function reportFeatureToJUnitXml(featureOutcome: IFeatureOutcome, options: IRunnerOptions): Promise;