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

export = extendDeep;
