import type { EventTypes } from '../../types/index.js'; export default function getActiveToolForKeyboardEvent(evt: EventTypes.KeyDownEventType): any;