// http://stackoverflow.com/questions/30712638/typescript-export-imported-interface // export {TaskService} from "./task-service"; // export {GoogleService} from "./google"; export {NotificationsService} from "./notifications"; export {UsersService} from "./users-service"; export {default as EventsWatcher} from "./events-watcher";