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