import "dojo/NodeList-fx"; declare const nl: dojo.NodeList; const anim: dojo._base.Animation = nl.fadeIn(); const anim2: dojo._base.Animation = nl.fadeIn({duration: 500}); const nl2: typeof nl = nl.fadeOut({auto: true, onEnd: () => {}}); const other = nl.fadeOut({auto: false});