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