import type { UsePromiseState } from '@ariestools/sdk-react/promise'; import type { DivinerInstance, Payload } from '@xyo-network/sdk'; /** Fetches payloads for a hash or HURI via the given HURI diviner. */ export declare const useFetchHuri: (hashOrHuri?: string, diviner?: DivinerInstance, token?: string) => [Payload[] | undefined, Error | undefined, UsePromiseState | undefined]; //# sourceMappingURL=useFetchHuri.d.ts.map