import Stream from "./Stream"; export default class StreamUtil { static fromIterator(it: Iterator): Stream; }