declare enum SparkScanScanningBehavior {
    Single = "single",
    Continuous = "continuous"
}

export { SparkScanScanningBehavior };
