/**
 * @module Utilities
 */
/**
 * @internal
 */
export declare function isIterable<TItem>(value: any): value is Iterable<TItem>;
