import {State} from "./State"; import {SimpleTransition} from "./SimpleTransition"; export class SimpleState extends State { }