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