diff --git a/src/api/js/src/high-level/types.ts b/src/api/js/src/high-level/types.ts index 3c1ebaa10..26036ad85 100644 --- a/src/api/js/src/high-level/types.ts +++ b/src/api/js/src/high-level/types.ts @@ -629,9 +629,6 @@ export interface Context { /** @category Operations */ SetDifference>(a: SMTSet, b: SMTSet): SMTSet; - - /** @category Operations */ - SetHasSize>(set: SMTSet, size: bigint | number | string | IntNum): Bool; /** @category Operations */ SetAdd>(set: SMTSet, elem: CoercibleToMap, Name>): SMTSet; @@ -1649,7 +1646,6 @@ export interface SMTSet[]): SMTSet; diff(b: SMTSet): SMTSet; - hasSize(size: bigint | number | string | IntNum): Bool; add(elem: CoercibleToMap, Name>): SMTSet; del(elem: CoercibleToMap, Name>): SMTSet;