export declare const isKeyEnterPressed: (key: string) => boolean;
export declare const isKeySpacePressed: (key: string) => boolean;
export declare const isArrowLeftPressed: (key: string) => boolean;
export declare const isArrowRightPressed: (key: string) => boolean;
export declare const isArrowDownPressed: (key: string) => boolean;
export declare const isArrowUpPressed: (key: string) => boolean;
export declare const isKeyEscapePressed: (key: string) => boolean;
export declare const isKeyTabPressed: (key: string) => boolean;
