export namespace keyCodes { const enter: number; const space: number; const escape: number; const tab: number; }