import { type WeakRefObject } from '#self'; /** https://tc39.es/ecma262/#sec-weakrefderef */ export declare function WeakRefDeref(weakRef: WeakRefObject): import("#self").ObjectValue | import("#self").SymbolValue | import("#self").UndefinedValue; //# sourceMappingURL=weak-operations.d.mts.map