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