/** Returns true if `arg` implements the `Symbol.iterator`, i.e. it's able to be passed to a `for of` loop. */
export declare function isIterable(arg: any): arg is Iterable<any>;
export default isIterable;
//# sourceMappingURL=isIterable.d.ts.map