import { postConstruct, targetName, unmanaged, decorate, optional, tagged, named } from 'inversify'; export declare const Optional: typeof optional; export declare const PostConstruct: typeof postConstruct; export declare const TargetName: typeof targetName; export declare const Unmanaged: typeof unmanaged; export declare const Decorate: typeof decorate; export declare const Tagged: typeof tagged; export declare const Named: typeof named;