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