import type { ImageVolumeProps } from '../../types/index.js';
import type { DecimatedVolumeModifier, DecimatedVolumeModifierContext } from './types.js';
export declare function applyDecimatedVolumeModifiers(baseProps: ImageVolumeProps, modifiers: DecimatedVolumeModifier[], context: DecimatedVolumeModifierContext): ImageVolumeProps;
