import { BarcodeDetector } from './BarcodeDetector'; export type * from './models'; export { BarcodeDetector }; export default BarcodeDetector;