export function into<T>(dest: Set<T>, src: Iterable<T>): Set<T>;