import Command from './Command'; export declare type CommandHandlerConfig = { Command: Constructor; Dependencies?: Constructor[]; };