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