export declare const NAMED_TAG: string;
export declare const NAME_TAG: string;
export declare const UNMANAGED_TAG: string;
export declare const OPTIONAL_TAG: string;
export declare const INJECT_TAG: string;
export declare const MULTI_INJECT_TAG: string;
export declare const TAGGED: string;
export declare const TAGGED_PROP: string;
export declare const PARAM_TYPES: string;
export declare const DESIGN_PARAM_TYPES: string;
export declare const POST_CONSTRUCT: string;
export declare const PRE_DESTROY: string;
export declare const NON_CUSTOM_TAG_KEYS: string[];
