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