class types.BitVec extends Rawimport { types } from "https://dotland.deno.dev/x/polkadot@0.2.35/mod.ts"; const { BitVec } = types; ConstructorsnewBitVec(registry: Registry,value?: AnyU8a,isMsb?,)PropertiesreadonlyencodedLength: numberMethodsinspect(): InspecttoBoolArray(): boolean[]toHuman(): stringtoRawType(): stringtoU8a(isBare?: boolean): Uint8Array