import { TrackedBarcode } from '../TrackedBarcode.js';
import '@scandit/web-datacapture-core';
import '../Barcode.js';
import '@scandit/web-datacapture-core/build/js/private/Serializable';
import '../EncodingRange.js';
import '../StructuredAppendData.js';

declare function hashedId(trackedBarcode: TrackedBarcode): string;

export { hashedId };
