export declare const Service: () => (target: any) => void; export declare const Value: (value?: any) => (target: any, propertyKey: string) => void; export declare const Autowired: (params?: any) => Function;