export declare function useEdgeCreation(): { pendingConnection: undefined; startConnection: () => undefined; finishConnection: () => undefined; cancelConnection: () => undefined; }; //# sourceMappingURL=useEdgeCreation.d.ts.map