/** * returns a hash of the object * @param o */ export default function getHash(o: unknown): string;