declare enum ScanIntention {
    Manual = "manual",
    Smart = "smart"
}

export { ScanIntention };
