export declare type ConfEnum = Pick<PropertyDescriptor, 'configurable' | 'enumerable'>;
