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