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