import type { Edge } from "@xyflow/react"; /** * Hook for getting the current edges from the store. * * @public * @returns An array of edges */ export declare function useEdges(): Edge[];