/**
 * Fast, simple hashing function from github.com/bryc
 * https://github.com/bryc/code/blob/master/jshash/experimental/cyrb53.js
 */
export declare const computeHash: (str: string) => string;
//# sourceMappingURL=hash.d.ts.map