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