import { GenerationLike } from '@dolittle/sdk.artifacts'; import { EventTypeAliasLike } from './EventTypeAlias'; /** * Defines the options that can be defined in a {@link eventType} decorator. */ export declare type EventTypeOptions = { generation?: GenerationLike; alias?: EventTypeAliasLike; }; //# sourceMappingURL=EventTypeOptions.d.ts.map