import GeneratorIterable from './GeneratorIterable'; export default class WrapperIterable extends GeneratorIterable { constructor(it: Iterable); }