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