import type { Types } from '@cornerstonejs/core'; import type { SpatialLinkOptions } from './types.js'; export default function areViewportsSpatiallyLinked(source: Types.IViewport, target: Types.IViewport, options: SpatialLinkOptions): boolean;