import type { INTEGER, SingleThreadUint8Array } from "../../../macros.mjs";
export default function encodeInteger(value: INTEGER): SingleThreadUint8Array;
