import type Event from './Event.js';

export type TEventListenerFunction = (event: Event) => void;
