export declare enum StepStates {
    INFO = "INFO",
    DEBUG = "DEBUG",
    PASS = "PASS",
    ERROR = "ERROR",
    FAIL = "FAIL"
}
