/** * AutoRemediation - Automated Problem Detection and Remediation * * Automated problem detection and remediation with safe execution, * rollback capabilities, and learning from successful fixes. * * Operations: * 1. detect-issues - Detect system issues * 2. suggest-fixes - Suggest remediation actions * 3. execute-fix - Execute remediation (with approval) * 4. rollback - Rollback failed remediation * 5. create-playbook - Create custom playbook * 6. test-fix - Test fix effectiveness * 7. learn - Learn from successful fixes * 8. get-history - Get remediation history * * Token Reduction Target: 90%+ */ //# sourceMappingURL=auto-remediation.d.ts.map