import type { BoundWitness, WithStorageMeta } from '@xyo-network/sdk'; /** Orders address history by previous_hashes chain ascending or descending (no orphaned records). */ export declare const orderedHistory: (addressHistory?: BoundWitness[], order?: "asc" | "desc") => Promise[] | undefined>; //# sourceMappingURL=useOrderHistory.d.ts.map