import { ArtifactMap } from '@dolittle/sdk.artifacts'; import { EventType } from './EventType'; import { EventTypeId } from './EventTypeId'; /** * Represents a map for mapping an event type to a given type. * @template T Type to map to. */ export declare class EventTypeMap extends ArtifactMap { /** * Initialises a new instance of the {@link EventTypeMap} class. */ constructor(); } //# sourceMappingURL=EventTypeMap.d.ts.map