import { DataInputType, OCROptions, OcrEngineMode, PageSegMode, OCREvent, OCREventListenerCallback } from './types'; export declare const getText: (data: string, inputType: DataInputType, options?: Partial) => void; export declare const useOCREventListener: (cb: OCREventListenerCallback) => void; export { DataInputType, OCROptions, PageSegMode, OcrEngineMode, OCREvent }; //# sourceMappingURL=index.d.ts.map