import type { PropertyDescriptor, PropertyKey } from '../index'; declare function DefinePropertyOrThrow( O: O, P: PropertyKey, desc: PropertyDescriptor & ThisType, ): boolean; export = DefinePropertyOrThrow;