import { Spec as OCRInterface } from './NativeOCR';
import { Spec as VerticalOCRInterface } from './NativeVerticalOCR';
import { Spec as ETInstallerInterface } from './NativeETInstaller';
declare const OCRNativeModule: OCRInterface;
declare const VerticalOCRNativeModule: VerticalOCRInterface;
declare const ETInstallerNativeModule: ETInstallerInterface;
export { OCRNativeModule, VerticalOCRNativeModule, ETInstallerNativeModule };
