/** * * @param any * @returns */ declare const isArray: (obj: any) => boolean; export default isArray;