/** * @deprecated Deprecated as the trigger button can now be placed anywhere on the screen. */ declare enum SparkScanViewHandMode { Right = "right", Left = "left" } export { SparkScanViewHandMode };