export declare enum EnumErrorType { NONE = 0, CATCHABLE = 1, UNCATCHABLE = 2 }