export declare function deprecated(alternativeSignature: string): (target: Object | string, name: string, descriptor?: PropertyDescriptor) => PropertyDescriptor;
