import type { ArchivistInstance, ModuleIdentifier } from '@xyo-network/sdk'; import type { ModuleFromNodeConfig } from '../../../node/index.js'; /** * Resolves all archivist instances matching the given ids from the current node. * @deprecated use useWeakArchivistsFromNode */ export declare const useArchivistsFromNode: (ids?: ModuleIdentifier[], config?: ModuleFromNodeConfig) => [ArchivistInstance[] | null | undefined, Error | undefined]; //# sourceMappingURL=useArchivistsFromNode.d.ts.map