/** * Redteam command - Run red-team adversarial tests * * Supports OWASP LLM Top 10 2025 security testing with new flags: * --owasp: Test specific OWASP categories (e.g., --owasp LLM01,LLM05) * --owasp-full: Full OWASP compliance scan * --min-severity: Filter attacks by minimum severity level */ import { Command } from 'commander'; export declare function redteamCommand(): Command; //# sourceMappingURL=redteam.d.ts.map