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