export declare function isIterable(input: any): input is Iterable<any>;
