/// import { EventEmitter } from 'events'; /** A stream of keystates */ export declare class KeyStream extends EventEmitter { constructor(); }