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