export declare function inject(target: any, propertyKey: string): void;
export declare function postInject(target: any, propertyKey: string): void;
export declare function postResolve(target: any, propertyKey: string): void;
