import { OCRConfig, OCRHooks } from "../../types"; declare const useOCR: () => (config: OCRConfig) => OCRHooks; export default useOCR;