export declare function descriptorConfig(value: any): { enumerable: boolean; writable: boolean; configurable: boolean; value: any; };