import type { Edge } from '../types'; import { Writable } from '../store/initialState'; /** * Hook for getting the current edges from the store. * * @public * @returns An array of edges */ export declare function useEdges(): Writable; //# sourceMappingURL=useEdges.d.ts.map