type KeyMap = Record<string, string | [string, string]>;
export declare const KEY_MAP: KeyMap;
export {};
