import { StateBase } from "./state_base"; export declare class WorkflowState { currentStates: StateBase[]; handledStates: StateBase[]; constructor(); }