export declare class HandlerAlreadyRegistered extends Error { readonly handlerName: string; readonly help: string; constructor(handlerName: string); }