import { KeyBindingValue } from "../../../game/nlcore/game/keyMap"; import { KeyBindingType } from "../../../game/nlcore/game/types"; export declare function useKeyBinding(type: KeyBindingType): [KeyBindingValue, (value: KeyBindingValue) => void];