export declare class InputState { #private; get shiftKey(): boolean; keydown(e: KeyboardEvent): void; keyup(e: KeyboardEvent): void; }