export { AutoConfiguration as Configuration } from './configuration'; export * from './test'; export * from './moleculer'; export * from './decorator/moleculer'; export * from './decorator/event/event'; export * from './decorator/event/handler'; export * from './service/base'; export * from './decorator/transaction'; export * from './transaction/event'; export declare const MOLECYLER_KEY = "decorator:moleculer";