import { NativeModules, Platform } from 'react-native'; import type { ImageScannerOptions, Label } from './types'; export async function ImageScanner( options: ImageScannerOptions ): Promise