import { asService } from './asService'; import { asSingletonService } from './asSingletonService'; import { asScopedService } from './asScopedService'; export { asScopedService, asService, asSingletonService };