import { type Optional } from '@ephox/katamari'; export declare const getKeyEventFromKeyCode: (view: typeof globalThis, event: string, ctrlKey: boolean, altKey: boolean, shiftKey: boolean, metaKey: boolean, keyCode: number) => Optional; export declare const getKeyEventFromData: (view: typeof globalThis, event: string, data: string) => Optional; //# sourceMappingURL=Keycodes.d.ts.map