export declare const ENTRY_ADDED_EVENT = "entry:added"; export declare const ENTRY_REMOVED_EVENT = "entry:removed"; export declare const EXCEPTION_EVENT = "exception"; export declare const MOCHAPACK_NAME = "mochapack"; export declare const MOCHA_ABORTED_EVENT = "mocha:aborted"; export declare const MOCHA_BEGIN_EVENT = "mocha:begin"; export declare const MOCHA_FINISHED_EVENT = "mocha:finished"; export declare const WEBPACK_READY_EVENT = "webpack:ready"; export declare const WEBPACK_START_EVENT = "webpack:start"; export declare const UNCAUGHT_EXCEPTION_EVENT = "uncaughtException";