/**
 * Generates a unique hash identfifer using SHA256 encryption algorithm
 */
export declare function hashValues(...ids: string[]): string;
