pub async fn export_annotations( app: AppHandle, image_id: String, annotations: Vec<Annotation>, ) -> Result<String, String>