class LazyStatefulEvtimport { LazyStatefulEvt } from "https://deno.land/x/evt@v2.3.1/lib/LazyStatefulEvt.ts"; ConstructorsnewLazyStatefulEvt(initialState: T)Type ParametersTPropertiesprivate__evt: StatefulEvt<T>privateinitialPostCount: numberprivateinitialState: Treadonlyevt: StatefulEvt<T>Methodsprivate__post(data: T, doWait: false): numberprivate__post(data: T, doWait: true): Promise<void>post(data: T)postAndWait(data: T)