/** * `telo release` — one release system over the modules of a declared workspace. * * `add` writes a fragment; `status` explains what would bump and why; `check` is * the CI gate; `apply` produces the Version PR; `verify` reconciles the ledger * against the registry. `telo publish` still keys off version movement. * * The command reads `telo-workspace.yaml` and **nothing else does**: `run`, * `check`, `publish`, `install`, `upgrade`, `migrate`, `module` and the kernel * behave identically with or without one, which is what keeps a single-manifest * repo, a bare `examples/` directory and a third-party module checkout working * with nothing added. */ import type { Argv } from "yargs"; export declare function releaseCommand(yargs: Argv): Argv; //# sourceMappingURL=release.d.ts.map