/** * SkillShield Run Command — The Full Runtime Security Pipeline * * Flow: * 1. SCAN — SkillGuard pre-execution pattern matching (72+ patterns, 14 categories) * 2. SHIELD — Activate runtime enforcement (network policy, filesystem jail, kill switch) * 3. EXECUTE — Run the skill with enforcement wrapper injected * 4. REPORT — Show ShieldReport with violations, audit hash, resource usage * * This is the command that makes SkillShield unique in the market: * "The first tool that scans AND stops — in one CLI." */ import { Command } from 'commander'; export declare function run(program: Command): void; //# sourceMappingURL=run.d.ts.map