/** * @param {string[]} words * @param {string} passphrase * @returns {Promise} */ export function toSeed(words: string[], passphrase: string): Promise;