/** * Utility type denoting the Game's ControlScheme, utilised in Game configuration and InputManager event handling */ export declare type ControlScheme = 'keyboard' | 'mouse' | 'both';