/**
 * Check if argument is Iterable
 * @param arg
 * @returns {boolean}
 */
export declare function isIterable(arg: unknown): arg is Iterable<any>;
