/** * Info command - Show system and configuration information */ import { Command } from 'commander'; declare const infoCommand: Command; export { infoCommand }; //# sourceMappingURL=info.d.ts.map