import { Cls, Key } from '../types';
export declare const wrapMetadata: <T>(metadataKey: unknown, metadataValue: T | (() => T), target: Cls | Function, propertyKey?: Key) => T;
