/** * Converts a string to a Uint8Array * @param input */ export default function stringToUint8Array(input: string): Uint8Array;