export declare type OutKeyboardInput = { timeSinceStart: number; target: string; targetDisplayName: string; key: string; modifiers: Array; };