export interface IExceptionMapItem { category?: string; blocks: Map; } export declare const blockExceptions: Map;