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