/** * This function return a base64 string representation of a hashed string * @param value the string to hash * @returns a base64 string representation of a hashed value */ export declare function hashToBase64String(value: string): string;