declare module 'stable-hash' { function stableHash(arg: any): string; export = stableHash; }