export type { Control, Range, Text, Bool, KeyboardControls } from './Controls'; export type { Key, Keymap, SpecialKey, SpecialKeymap } from './Keymap'; export type { KeyboardOptions, State } from './Options'; export type { Note } from './Note';