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