export async function resetPassword(username: string, options: { timeout?: number } = {}) {
  if (!username) {
    throw new KinveyError('A username was not provided.');
  }