export function ensureNoIntersection(set1: Set, set2: Set): void; export function ensureSet(value: any): Set; export function isSet(value: any): boolean;