import type { Metadata } from '../types/index.js';
export default function makeVolumeMetadata(imageIds: string[]): Metadata;
