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