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