export declare function Sealed(constructor: Function): void; export declare function Service(name: string): (constructor: Function) => void; export declare function Autowired(name: string): (target: any, propertyKey: string) => void; //# sourceMappingURL=decorators.d.ts.map