export declare const RandomHex: (n: number) => string;
export declare const ToHash: (string: string) => string;
export declare const isHex: (hexString: string) => boolean;
export declare const getChildNumsFromHex: (hexHash: string) => number[];
