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