export function concat(list: any, fn?: (x: any, i: any) => any, delim?: string): any;
