export interface BaseEventDetail<EventType extends string> {
    readonly eventType: EventType;
}
//# sourceMappingURL=base.d.ts.map