import type { FlowNode } from '../models/store'; /** * Hook for getting the current nodes from the store. * * @public * @returns An array of nodes */ export declare function useNodes(): NodeType[];