/** * Audit Command * Security vulnerability scanning for AI agent skills * (SkillKit calls this "scan" — we call it "audit") */ import { Command } from 'commander'; /** * Register the audit command with commander */ export declare function registerAuditCommand(program: Command): void; //# sourceMappingURL=audit.d.ts.map