import { BoundingBox } from "../types"; export declare const hasOverlap: (rect1: BoundingBox, rect2: BoundingBox) => boolean;