import { Event } from "../event"; export type ListenerFunction = (arg: Event) => void;