import { NativeModule } from 'expo-modules-core'; import type { ImageNativeModule, ImageRef, ImageSource } from './Image.types'; declare class ImageModule extends NativeModule implements ImageNativeModule { Image: typeof ImageRef; prefetch(urls: string | string[], _: unknown, __: unknown): Promise; clearMemoryCache(): Promise; clearDiskCache(): Promise; loadAsync(source: ImageSource): Promise; } declare const _default: typeof ImageModule; export default _default; //# sourceMappingURL=ImageModule.web.d.ts.map