import type { ImageLabelerPlugin, ImageLabelingOptions } from './types'; export declare function createImageLabelerPlugin(options: ImageLabelingOptions): ImageLabelerPlugin; //# sourceMappingURL=scanImage.d.ts.map