/** * Checks if a value is an array. * Equivalent to lodash's _.isArray. */ export declare function isArray(value: any): value is any[];