import { Piece } from 'nes-tetris-representation';
export default function inputHandler(event: KeyboardEvent, disabled?: boolean): null | Piece;
