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