export interface Keymap { [key: string]: Array; } export declare const keymap: Keymap;