export declare function isIterable(o: Iterable): o is Iterable; export declare function isIterable(o: any): o is Iterable; export default isIterable;