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