import type { Payload } from '@xyo-network/sdk'; import type { IndexedResultsConfig } from '../../interfaces/index.js'; /** Returns a callback that tries each configured diviner until a non-empty result is found. */ export declare const useTryDiviners: (config?: IndexedResultsConfig) => (() => Promise); //# sourceMappingURL=useTryDiviners.d.ts.map