
declare function e(config:any | socket:any, configurer:any | Function | undefined): () => void;
declare namespace e{}
export = e;
