import { Sound } from "@scandit/web-datacapture-core"; //#region src/main/spark/sounds.d.ts declare const sparkScanSuccessSound: Sound; declare const sparkScanErrorSound: Sound; //#endregion export { sparkScanErrorSound, sparkScanSuccessSound };