export declare class EmptySet extends Set {
    constructor();
    add(): this;
}
//# sourceMappingURL=EmptySet.d.ts.map