/** * Checks whether a given value is an array. * * @param val The value to check. */ export declare function isArray(val: unknown): val is T[];