export class FSMUpdate { current_state: string; valid_transitions: object; }