import { Artifacts } from '@dolittle/sdk.artifacts';
import { AggregateRootId } from '@dolittle/sdk.events';
import { AggregateRootType } from './AggregateRootType';
/**
 * Defines the system for working with {@link AggregateRootType}.
 */
export declare abstract class IAggregateRootTypes extends Artifacts<AggregateRootType, AggregateRootId> {
}
//# sourceMappingURL=IAggregateRootTypes.d.ts.map