package com.margelo.nitro.camera.public import androidx.camera.core.ImageProxy public interface NativeFrame { val image: ImageProxy }