import type { InterpolationViewportData } from '../../../types/index.js'; import type { InterpolationROIAnnotation } from '../../../types/ToolSpecificAnnotationTypes.js'; import type { FilterParam } from './getInterpolationData.js'; export default function getInterpolationDataCollection(viewportData: InterpolationViewportData, filterParams: FilterParam[]): InterpolationROIAnnotation[];