import { Exception } from '@dolittle/rudiments'; /** * The exception that gets thrown when a event types is not set and is expected. */ export declare class EventTypesNotSet extends Exception { /** * Initialises a new instance of the {@link EventTypesNotSet} class. */ constructor(); } //# sourceMappingURL=EventTypesNotSet.d.ts.map