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