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