/** * Holds a boolean value for each key which indicates if the key is currently down. */ export declare const keyDown: Map; /** * Begins to listen key events. Default behaviors for arrow keys will be prevented. */ export declare function listenKey(): void;