import { Constructor } from '@dolittle/types'; import { EventType } from '@dolittle/sdk.events'; /** * Represents an event type as either a class or an {@link EventType}. */ export declare type TypeOrEventType = Constructor | EventType; //# sourceMappingURL=TypeOrEventType.d.ts.map