import { Dictionary } from '../types/common'; export declare function hash(content: any): Promise; export declare const hashLocation: Dictionary; export declare function location(hash: string): number; export declare function distance(hash1: string, hash2: string): number; export declare function arrayToHexes(array: Uint8Array): string[]; export declare function compareBigInts(a: number, b: number): number;