//#region src/main/ScanIntention.d.ts declare enum ScanIntention { Manual = "manual", Smart = "smart", /** * @deprecated since 8.5; use `SparkScanSettings.selectionMode` set to `SelectionMode.Auto` * instead. Will be removed in 9.0. */ SmartSelection = "smartSelection" } //#endregion export { ScanIntention as t };