import { IDomainEvent } from '../domain/domainEvent';
export declare type IHandlerFunction = (type: string, evt: IDomainEvent) => void;
