export declare class HandlerDispatchRejected extends Error { readonly rejections: Error[]; /** * @param rejections All errors thrown by handlers for the message */ constructor(rejections: Error[]); }