fn export_chunks( repo: &Repo, commit: &str, ociw: &mut OciDir, chunks: Vec<Chunk>, opts: &ExportOpts<'_, '_>, ) -> Result<Vec<(Layer, String, Vec<String>)>>