import type { OcrPlugin } from './definitions'; declare const Ocr: OcrPlugin; export * from './definitions'; export { Ocr };