export declare const MASTER_INIT = "master.init";
export declare const MASTER_SYNC_CONFIG = "master.syncConfig";
export declare const WORKER_INIT = "worker.init";
export declare const WORKER_SYNC_CONFIG = "worker.syncConfig";
export declare const WORKER_UNHANDLED_REJECTION = "worker.unhandledRejection";
