declare const ArrayPrototypeConcat: (t: T[], ...a: (T | ConcatArray)[]) => T[]; export = ArrayPrototypeConcat;