import { ICommandHandler } from "./ICommandHandler";
/**
 * This type is here so that we can indicate an object from a
 * require can be instantiated.
 */
export type ICommandHandlerConstructor = new () => ICommandHandler;
//# sourceMappingURL=ICommandHandlerConstructor.d.ts.map