export declare class CommandHandlerNotFoundException extends Error {
    constructor(commandName: string);
}
