import { Realm } from '#self'; /** https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-properties-of-the-object-prototype-object */ export declare function makeObjectPrototype(realmRec: Realm): void; export declare function bootstrapObjectPrototype(realmRec: Realm): void; //# sourceMappingURL=ObjectPrototype.d.mts.map