export declare function isHotkeyPressed(key: string | string[], splitKey?: string): boolean; export declare function pushToCurrentlyPressedKeys(key: string | string[]): void; export declare function removeFromCurrentlyPressedKeys(key: string | string[]): void;