import type { MatcherFunction } from "expect"; declare class WeakRef { constructor(target: T); deref(): T | undefined; } export declare const toBeGarbageCollected: MatcherFunction<[weakRef: WeakRef]>; export {}; //# sourceMappingURL=toBeGarbageCollected.d.ts.map