declare module "lodash" { export function assign(target: any, current: any): any; }