import type { ModuleIdentifier, NodeInstance } from '@xyo-network/sdk'; import type { ModuleFromNodeConfig } from './ModuleFromNodeConfig.js'; /** * Resolves modules by id and filters them to {@link NodeInstance} values. * @deprecated use useWeakNodesFromNode */ export declare const useNodesFromNode: (ids?: ModuleIdentifier[], config?: ModuleFromNodeConfig) => [NodeInstance[] | null | undefined, Error | undefined]; //# sourceMappingURL=useNodesFromNode.d.ts.map