/** * @fileoverview Security CLI commands * @module @nahisaho/musubix-security/cli * @trace REQ-SEC-CLI-001 */ import { Command } from 'commander'; /** * Create security CLI command */ export declare function createSecurityCLI(): Command; /** * Run CLI */ export declare function runCLI(args?: string[]): Promise; //# sourceMappingURL=commands.d.ts.map