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