export type InputObject = Record; declare function objectToHash(obj: InputObject): string; export default objectToHash;