import type { Types } from '@cornerstonejs/core'; export default function intersectAABB(aabb1: Types.AABB2, aabb2: Types.AABB2): boolean;