"use strict"; System.register(["foo"], function (_export, _context) { var foo; return { setters: [function (_foo) { foo = _foo; }], execute: function () {} }; });