import type { ArchivistInstance, Payload, WithStorageMeta } from '@xyo-network/sdk'; import type { RefreshCallback } from '../../../module/index.js'; /** Fetches all payloads from an archivist instance with a refresh callback. */ export declare const useArchivistAll: (archivist: ArchivistInstance) => [WithStorageMeta[] | undefined, Error | undefined, RefreshCallback]; //# sourceMappingURL=useArchivistAll.d.ts.map