export declare function onlyClass(property: string): void; export declare function onlyMethod(property: string, descriptor: any): void; export declare function setAnnotation(target: any, annotation: Record): void; export declare function getAnnotation(target: any, annoType: any): any;