export declare function isArrayLike<T>(x: any): x is ArrayLike<T>;
export declare function isArrayLike(x: any): x is ArrayLike<any>;
