import type { Hash } from '@ariestools/sdk'; import type { ArchivistInstance, Payload } from '@xyo-network/sdk'; import type { RefreshCallback } from '../../../module/index.js'; /** Fetches payloads by hash via a weak archivist ref with a refresh callback. */ export declare const useWeakArchivistGet: (archivist?: WeakRef | null, hashes?: Hash[]) => [T[] | undefined, Error | undefined, RefreshCallback]; //# sourceMappingURL=useWeakArchivistGet.d.ts.map