declare function isWeakSet(val: any): boolean;

export = isWeakSet;
