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