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