import IEntityActionSet from "./IEventActionSet";
export default class EntityEvent {
    #private;
    constructor(entityEvent: IEntityActionSet);
}
