import type { NodeInstance } from '@xyo-network/sdk'; import type { ModuleFromNodeConfig } from './ModuleFromNodeConfig.js'; /** Resolves the active node from config override, address, or the provided node context. */ export declare const useNode: (config?: ModuleFromNodeConfig) => [NodeInstance | undefined, Error | undefined]; //# sourceMappingURL=useNode.d.ts.map