import { EventBus } from '../odoo/owl'; export namespace barcodeService { let maxTimeBetweenKeysInMs: any; let isMobileChrome: boolean; function cleanBarcode(barcode: any): any; function start(): { bus: EventBus; }; }