import { Guid } from '@dolittle/rudiments'; import { EventType } from './EventType'; import { EventTypeId } from './EventTypeId'; import { IEventTypes } from './IEventTypes'; /** * Represents an implementation of {@link IEventTypes}. */ export declare class EventTypes extends IEventTypes { /** * Initialises a new instance of the {@link EventTypes} class. */ constructor(); /** @inheritdoc */ protected createArtifactFrom(id: string | EventTypeId | Guid): EventType; } //# sourceMappingURL=EventTypes.d.ts.map