import type { CollisionDetection } from './types'; /** * Returns the rectangle that has the greatest intersection area with a given * rectangle in an array of rectangles. */ export declare const rectIntersection: CollisionDetection;