export declare function defaultChainedIterator(wrapped: Iterable, otherwise: () => Iterable): Generator;