export declare enum ExecutionStates {
    SKIPPED = "SKIPPED",
    PASS = "PASS",
    ERROR = "ERROR",
    FAIL = "FAIL"
}
