/** * Solution CLI Commands - 8 commands for solution management and validation */ import type { Command } from 'commander'; import type { ServiceContext } from '../../types.js'; export declare function registerSolutionCommands(program: Command, ctx: ServiceContext): void; //# sourceMappingURL=solution-commands.d.ts.map