/**
 * @description: decoratorNonenumerable
 * @author: wuxh
 * @Date: 2021-11-10 11:43:45
 * @param {*}
 * @return {*}
 * @example:
 */
export declare const decoratorNonenumerable: (_target: any, _name: any, descriptor: any) => any;
