export function none<T extends Key = Key>(): KeySetNone<T> {
  return new KeySetNone<T>();
}