import type { ModuleIdentifier, SentinelInstance } from '@xyo-network/sdk'; import type { ModuleFromNodeConfig } from '../../../node/index.js'; /** Resolves weak references to sentinel instances matching the given ids. */ export declare const useWeakSentinelsFromNode: (ids?: ModuleIdentifier[], config?: ModuleFromNodeConfig) => [WeakRef[] | null | undefined, Error | undefined]; //# sourceMappingURL=useWeakSentinelsFromNode.d.ts.map