import { Command } from 'commander'; import { type CLIContext } from '../registry.js'; declare function createProjectCommand(ctx: CLIContext): Command; export { createProjectCommand };