export declare const OriginPrototype: { Object: { defineProperty: (o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType) => T; defineProperties: (o: T, properties: PropertyDescriptorMap & ThisType) => T; }; };