import type { Collection } from './Collection'; import type { JavaSet } from './JavaSet'; import { AbstractCollection } from './AbstractCollection'; export declare abstract class AbstractSet extends AbstractCollection implements JavaSet { modCount: number; equals(obj: any): boolean; hashCode(): number; removeAll(c: Collection | null): boolean; transpilerCanonicalName(): string; isTranspiledInstanceOf(name: string): boolean; } //# sourceMappingURL=AbstractSet.d.ts.map