export default function consumeResponseBody(res: Response): AsyncIterator<string, void> | undefined;
