import { InjectOptions, Identifier } from '../types'; export declare function Inject(id?: Identifier): any; export declare function Inject(options?: InjectOptions): any;