declare function hashString(value: string): string;
declare function shortHashString(value: string): string;
export declare const Hash: {
    hash: typeof hashString;
    shortHash: typeof shortHashString;
};
export {};
