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