declare enum ScanIntention { Manual = "manual", Smart = "smart", SmartSelection = "smartSelection" } export { ScanIntention };