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 from an archivist instance with a refresh callback. */ export declare const useArchivistGet: (archivist?: ArchivistInstance | null, hashes?: Hash[]) => [T[] | undefined, Error | undefined, RefreshCallback]; //# sourceMappingURL=useArchivistGet.d.ts.map