/** * @private */ export declare function deprecatedGetter(replacement: string): (_target: any, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; /** * @private */ export declare function deprecatedSetter(replacement: string): (_target: any, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor; /** * @private */ export declare function deprecatedMethod(replacement: string): (_target: any, propertyKey: string, descriptor: TypedPropertyDescriptor) => TypedPropertyDescriptor;