import { AggregateRoot } from './AggregateRoot'; /** * Defines the callback for performing an action on an implementation of {@link AggregateRoot}. */ export declare type AggregateRootAction = (aggregateRoot: TAggregate) => void | Promise; //# sourceMappingURL=AggregateRootAction.d.ts.map