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

export = extend;
