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