enum BitRegroupingErrorimport { BitRegroupingError } from "https://deno.land/x/libauth@v2.0.0-alpha.9/src/lib/address/bech32.ts"; MembershasDisallowedPadding = "Encountered padding when padding was disallowed."integerOutOfRange = "An integer provided in the source array is out of the range of the specified source word length."requiresDisallowedPadding = "Encoding requires padding while padding is disallowed."