export declare const toSet: <T>(iterable: Iterable<T>) => Set<T>;
