/** * Check if the given data is an iterable instance */ declare const isIterable: (iterable: any) => boolean; export default isIterable;