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