/**
 * Verify if the given event is mapped to a specific key
 *
 * @param key
 * @param e
 * @returns {boolean}
 */
export declare const isKey: (key: string, e: KeyboardEvent) => boolean;
