declare const _exports: { [x: string]: KeyDefinition; }; export = _exports; export type KeyDefinition = { keyCode?: number | undefined; shiftKeyCode?: number | undefined; key?: string | undefined; shiftKey?: string | undefined; code?: string | undefined; text?: string | undefined; shiftText?: string | undefined; location?: number | undefined; };