export interface IKeyboardHandler { enable: () => void; disable: () => void; }