declare const shortHash: (text: string) => string;
export = shortHash;
