import ICommandBus from './ICommandBus'; export default interface ICommandHandler extends ICommandBus { }