import { CommandConstructor } from 'ts-eventsourcing/CommandHandling/Command'; export declare class InvalidCommandTypeError extends Error { static actionIsNotAnCommandAction(): InvalidCommandTypeError; static doesNotMatchCommand(command: any, Command: CommandConstructor): InvalidCommandTypeError; }