import type Event from './Event.js'; export type TEventListenerFunction = (event: Event) => void; //# sourceMappingURL=TEventListenerFunction.d.ts.map