import type { FSM } from "./FSM"; export interface ConcurrentFSM extends FSM { getAllConccurFSMs(): ReadonlyArray; }