import type { CommandModule } from 'yargs'; import type { CliResults } from './helpers/types.js'; export declare const createSolutionCommand: CommandModule;