interface ObjectConstructor { assign(target: any, ...sources: any[]): any; } //# sourceMappingURL=Object.assign.d.ts.map