declare function intersect(...arr: Array<any[]>): any[];

export = intersect;
