import { IBoundingBoxRawValue, IAdjustedBarcode } from './index';
export type TrackFunction = (detectedCodes: IAdjustedBarcode[], ctx: CanvasRenderingContext2D) => IBoundingBoxRawValue[];
//# sourceMappingURL=TrackFunction.d.ts.map