import { Decorator } from "../.."; export declare class DecoratorUtils { static getLinkedObjectsListToList(list1: Type[], list2: Type[]): void; static getLinkedObjects(a: Decorator, list: Type[]): Type[]; static decorateAClass(method?: PropertyDescriptor): boolean; }