import type { KEY } from "../constants/keyboard"; export declare function isKeyPressed(e: KeyboardEvent, key: KEY): boolean;