/** from https://stackoverflow.com/questions/7616461/generate-a-hash-from-string-in-javascript * * returns a no-collision deterministic number for a string. can be useful for indexes in the frontend, for example */ export declare const hashCode: (string: string | undefined) => number; //# sourceMappingURL=hashCode.d.ts.map