UNPKG

@intuitionrobotics/testelot

Version:
9 lines (8 loc) 210 B
/** * 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>; }