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<any> | EventType;
//# sourceMappingURL=TypeOrEventType.d.ts.map