import { IBaseEventTypes, IEventHandlers, IEvents } from "@leight-core/leight"; /** * Simple EventBus implementation intended to be used locally on call site near to the execution site (thus not application-wide). */ export declare function Events>(): IEvents;