export declare const MESSAGE_EVENT = "EZ_WS_MESSAGE_EVENT"; import * as ANY from './Any'; export { ANY }; import * as WORKER_TO_AGENT from './W_A'; export { WORKER_TO_AGENT }; import * as AGENT_TO_WORKER from './A_W'; export { AGENT_TO_WORKER }; export * from './interface';