/**
 * @module Utilities
 */
/**
 * @internal
 */
export declare function arrayLikeToIterable<TItem>(arrayLike: ArrayLike<TItem>): Iterable<TItem>;
