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