import { type StatefulEvt } from "https://deno.land/x/evt@v2.4.17/mod.ts";
definition: import("./types/interfaces/index.ts").StatefulEvt<T>
import { StatefulEvt } from "https://deno.land/x/evt@v2.4.17/mod.ts";
type
{ readonly prototype: StatefulEvt<any>; new <T>(initialState: T): StatefulEvt<T>; }