/** Fast deterministic hash to shorten long strings */ export declare function shortHash(str: string): string; //# sourceMappingURL=hash.d.ts.map