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