import { type Address } from '@ariestools/sdk'; import type { SchemaStatsPayload } from '@xyo-network/diviner-schema-stats'; import type { Dispatch, SetStateAction } from 'react'; /** Fetches schema stats from a schema-stats diviner, with a refresh setter. */ export declare const useSchemaStats: (statsAddress?: Address, nameOrAddress?: string) => [SchemaStatsPayload[] | undefined, Error | undefined, Dispatch>]; //# sourceMappingURL=useSchemaStats.d.ts.map