export declare function enumerable(target: any, name: string): void;
export declare function enumerable(target: any, name: string, desc: PropertyDescriptor): PropertyDescriptor;
export declare function unenumerable(target: any, name: string): void;
export declare function unenumerable(target: any, name: string, desc: PropertyDescriptor): PropertyDescriptor;
