import type { DivinerInstance, Payload } from '@xyo-network/sdk'; import type { ParseIndexedResults } from '../../interfaces/index.js'; /** Divines indexed queries against a single diviner, optionally parsing and retrying the result. */ export declare const divineSingleIndexedResults: (diviner: DivinerInstance, indexedQueries: Payload[], parseIndexedResults?: ParseIndexedResults, retries?: number, interval?: number, backoff?: number) => Promise; //# sourceMappingURL=divineSingleIndexedResults.d.ts.map