/** * @param {Uint8Array} data * @returns {Promise} */ /** * * @param data */ export function digest(data: any): Promise>;