declare function extendOwn(destination: any, ...sources: any[]): any;

export = extendOwn;
