/**
 * src/krill/classes/sequence.d/del_live_user.ts
 * penguins-eggs v.25.7.x / ecmascript 2020
 * REFACTORED: Uses "The SysUser Master" class.
 * Removes the live user from the installed target safely (SELinux friendly).
 */
import Sequence from '../sequence.js';
/**
 * delLiveUser
 * Rimuove l'utente live dal sistema installato (target)
 */
export default function delLiveUser(this: Sequence): Promise<void>;
