export default function assign(target: any | any[], ...sources: any): any | any[];
