declare function concat(...args: Array<any[]>): any[];

export = concat;
