import { ScanFormat } from '../enums/ScanFormat.enum'; export declare const BARCODE_TYPES: ScanFormat[]; export declare function mapToReader(value: string | string[]): string[];