import { type ScaleItem, type ScaleValue } from '../types'; declare const determineSelectionFromKeyPress: (keyCode: number, currentSelection: ScaleItem | null, focusedItem: ScaleItem) => null | ScaleValue; export default determineSelectionFromKeyPress;