export default class StringConverter { protected original: string; constructor(original: string); toBinary(): string; toUint8Array(): Uint8Array; }