/** * @param {Promise} response * @returns {Promise} */ export function text(response: Promise): Promise;