/** Fast deterministic hash to shorten long strings */ export declare function shortHash(str: string): string;