/** * @param {Uint8Array} seed * @param {number} index * @returns {Promise} */ export function legacy(seed: Uint8Array, index: number): Promise;