import { Artifacts } from '@dolittle/sdk.artifacts'; import { EventType } from './EventType'; import { EventTypeId } from './EventTypeId'; /** * Defines the system for working with {@link EventType}. */ export declare abstract class IEventTypes extends Artifacts { } //# sourceMappingURL=IEventTypes.d.ts.map