import type { Address } from '@ariestools/sdk'; import type { BoundWitness } from '@xyo-network/sdk'; /** Divines address history for an address and returns blocks, error, and a refresh function. */ export declare const useAddressHistory: (address?: Address) => [BoundWitness[] | undefined, Error | undefined, () => void]; //# sourceMappingURL=useAddressHistory.d.ts.map