/** * This is a simple wrapper to unify EventEmitter implementations across platforms. */ declare let EventEmitter: any; export default EventEmitter;