/** * Shared utilities and constants for CLI commands. */ export { TEMPLATE_ROOT, BUNDLED_OPENCODE_ROOT, VERSION, DEFAULT_GROUP, getProjectName, type CliSupport, } from './constants'; //# sourceMappingURL=index.d.ts.map