type Hashable = any; export default function objectHash(object: Hashable): string; export {};