/** * Info CLI Command * * Show installed and available Photons with detailed information */ import type { Command } from 'commander'; /** * Register info command */ export declare function registerInfoCommand(program: Command): void; //# sourceMappingURL=info.d.ts.map