import type { Edge as EdgeRaw } from './types';
/**
 * @deprecated Import `Edge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/types` instead.
 */
export type Edge = EdgeRaw;
/**
 * @deprecated This implementation detail will be removed in a future release.
 */
export declare const uniqueKey: any;
/**
 * @deprecated Import `attachClosestEdge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge/attach-closest-edge` instead.
 */
export { attachClosestEdge } from './attach-closest-edge';
/**
 * @deprecated Import `extractClosestEdge` from `@atlaskit/pragmatic-drag-and-drop-hitbox/closest-edge/extract-closest-edge` instead.
 */
export { extractClosestEdge } from './extract-closest-edge';
