import type { CollisionDetection } from './types'; /** * Returns the closest rectangle from an array of rectangles to the center of a given * rectangle. */ export declare const closestCenter: CollisionDetection;