/** * @param {string} text * @returns {Uint8Array} */ export function watify(text: string): Uint8Array;