/**
 * 🔧 CLI System Exports
 *
 * Clean exports for the new command-based CLI system.
 */
export { CommandRegistry } from './command-registry';
export { BaseCommand, CommandArgs, CommandResult } from './commands/base-command';
export { AuditCommand, AuditCommandArgs } from './commands/audit-command';
export type { CommandArgs as CLICommandArgs, CommandResult as CLICommandResult } from './commands/base-command';
//# sourceMappingURL=index.d.ts.map