import { IStackViewport, IVolumeViewport } from '../types'; declare type Viewport = IStackViewport | IVolumeViewport; export default function getViewportsWithImageURI(imageURI: string, renderingEngineId?: string): Array; export {};