/**
 * Compute the hash using key data.
 * Only key data is passed to generate a consistent hash.
 */
export declare function computeHash(data: any): string;
