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