export declare const ExceptionAttribute: { MESSAGE: string; STACKTRACE: string; TYPE: string; }; export declare const ExceptionEventName = "exception";