declare type BitFlag128 = BitSet128 & {
  readonly __bitFlag128Brand: symbol;
};
