import type { IStackInput, IRenderingEngine } from '../../types/index.js';
declare function addImageSlicesToViewports(renderingEngine: IRenderingEngine, stackInputs: IStackInput[], viewportIds: string[]): Promise<void>;
export default addImageSlicesToViewports;
