import type { SentinelInstance } from '@xyo-network/sdk'; import type { WeakModuleFromNodeConfig } from '../../../node/index.js'; /** Resolves a weak reference to a sentinel instance from the current node. */ export declare const useWeakSentinelFromNode: (nameOrAddressOrInstance?: string | SentinelInstance, config?: WeakModuleFromNodeConfig) => [WeakRef | undefined, Error | undefined]; //# sourceMappingURL=useWeakSentinelFromNode.d.ts.map