import { IFeatureOutcome } from "../Executor"; export declare function reportFeatureToStdout(featureOutcome: IFeatureOutcome): Promise;