declare function safeArrayConcat( item: T | readonly T[], ...items: (T | readonly T[])[], ): T[]; export = safeArrayConcat;