/** 给对象上配置一个不可枚举的属性 */ export declare function setUnEnumerable(ob: any, key: string, value?: any): void; //# sourceMappingURL=objectDefine.d.ts.map