export declare const isIterable: <T = any>(x: any) => x is Iterable<T>;
//# sourceMappingURL=is-iterable.d.ts.map