/**
* Dispatched when an event occurs.
*
* @categoryEvents
* @public
*/exportinterfaceEvent<TTypeextendsstring = string> {
/**
* The type of the event.
*/type: TType;
/**
* The creation date of the event.
*/date: Date;
}
//# sourceMappingURL=Event.d.ts.map