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