import CharacterString from "../../../types/CharacterString.mjs";
export default function decodeCharacterString(value: Uint8Array): CharacterString;
