export interface Keymap {
    [key: string]: Array<number | string>;
}
export declare const keymap: Keymap;
