import type { SocketData } from 'rete-connection-plugin'; /** * @param elements list of Element returned by document.elementsFromPoint */ export declare function findSocket(socketsCache: WeakMap, elements: Element[]): SocketData | undefined;