export declare class KeyMap { private static _shiftMap; static get shiftMap(): Record; private static _reverseShiftMap; static get reverseShiftMap(): Record; private static _codeToKey; static get codeToKey(): Record; private static _englishKeys; static get englishKeys(): Set; }