declare var utf8encode: (text: string) => Uint8Array; declare var utf8decode: (ui8a: Uint8Array) => string; export { utf8encode, utf8decode };