As mentioned by @simbco, Ionic 2 doesn't actually use a router, but instead uses a Navigation Stack. This is a slightly different paradigm way of thinking about navigation, but it is a popular pattern that is super simple and much easier to use than a router in many ways.
If you are setting up your app properly, you shouldn't have to import ALL of your pages, only the ones you need to be able to navigate to from that component.