/** Returns whether the payload is a WeakMap */
export declare function isWeakMap(payload: unknown): payload is WeakMap<WeakKey, unknown>;