import type { DivinerInstance } from '@xyo-network/sdk'; import type { IndexedResultsConfig } from '../../interfaces/index.js'; /** * Resolves configured diviners from the provided node once up front. * @deprecated resolve modules on each polling attempt instead of once up front */ export declare const useFetchDivinersFromNode: (config?: IndexedResultsConfig) => { diviners: DivinerInstance[] | undefined; }; //# sourceMappingURL=useFetchDivinersFromNode.d.ts.map