export declare function Injectable(): ClassDecorator; export declare function Inject(serviceName: string): PropertyDecorator; export declare function registerServices(serviceName: string, Service: any): void; //# sourceMappingURL=Injection.d.ts.map