With the new platform bundles, you can import directly from what you need for different platforms:
import {bootstrap} from {'angular2/platform/browser'};
However, the test injector is currently hardwired to only work for the browser platform. We need a smooth way of writing unit tests with an injector for a different platform. cc @vsavkin