/**
 * Created by IR on 3/18/17.
 */
import { Action_Container } from "./Action_Container.js";
export declare class Scenario extends Action_Container {
    protected constructor();
    run: () => Promise<void>;
}
//# sourceMappingURL=Scenario.d.ts.map