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