import type { EvtLike } from "./EvtLike"; export interface StatefulEvtLike extends EvtLike { state: T; }