export declare function addAnnotation(type: string, target: object, propertyKey: string | symbol, ...args: any[]): void;
