/**
* Assigns the metadata to the class/function under specified `key`.
* This metadata can be reflected using `Reflector` class.
*/exportdeclareconstReflectMetadata: <K = any, V = any>(metadataKey: K, metadataValue: V) =>(target: object, key?: any, descriptor?: any) =>any;