import type { BIT_STRING } from "../../../macros.mjs";
export default function decodeBitString(value: Uint8Array): BIT_STRING;
