import * as _ from 'lodash'; export declare function getAllMetadata(o: any): _.Dictionary; export declare function getAllPropertyMetadata(o: any, key: string | symbol): _.Dictionary; export declare function doAppendArrayMetadata(metadataKey: string, metadataValue: V | Array, target: any, key?: string | symbol): void; export declare function AppendArrayMetadata(metadataKey: string, metadataValue: V | Array): MethodDecorator;