export * from './authentication/authentication.service'; import * as services from './authentication/authentication.service'; export * from './authentication/credentials'; import * as credentials from './authentication/credentials'; export * from './authentication/protected.directive'; import * as protectedDirective from './authentication/protected.directive'; export * from './logger/logger'; import * as logger from './logger/logger'; export * from './config/config'; import * as config from './config/config'; declare var _default: { services: typeof services, credentials: typeof credentials, protected: typeof protectedDirective, logger: typeof logger }; export default _default;