export declare function applyDecorator(target: any, propertyKey: string, decorator: (target: any, propertyKey: string, descriptor: PropertyDescriptor) => PropertyDescriptor): void;