declare enum SequenceStatus { IDLE = 0, RUNNING = 1, PAUSED = 2 } export type { SequenceStatus };