import type { CollisionDetection } from './types'; /** * Returns the closest rectangle from an array of rectangles to the corners of * another rectangle. */ export declare const closestCorners: CollisionDetection;