import { BarcodeFormatsType } from '../interface/BarcodeFormat'; export declare const barcodeList: BarcodeFormatsType[]; /** * This class lists the available barcodes that can be detected by the package. */ export default class BarcodeFormats { /** * This method returns the available barcode formats that can be detected by the package * @returns */ getBarcodeData: () => BarcodeFormatsType[]; }