declare function isWeakMap(value: unknown): value is WeakMap; export = isWeakMap;