export declare const isArrayLike: <T>(x: any) => x is ArrayLike<T>;
Attach a file by drag & drop or click to upload