import { Cls, Key } from '../types';
export declare const hasMetadata: (metadataKey: unknown, target: object | Cls, propertyKey?: Key) => boolean;
