/** * Checks whether value is an instance of WeakSet */ export default function isWeakSet(value: any): value is WeakSet;