/** * Handle keyboard press buttons */ declare function onKeyPress(input: string): void; export { onKeyPress as default };