export default class SetExtension { constructor(); /** @DJSProtofy */ toArray(): T[]; [Symbol.iterator](): SetIterator; }