/**
 * accepts a readable Stream instance and makes it emit "keypress" events
 */
export function emitKeypressEvents(stream: any): void;
