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