import type { BIT_STRING, SingleThreadUint8Array } from "../macros.mjs";
export default function packBits(bits: BIT_STRING): SingleThreadUint8Array;
