/** * `@indigoai-us/hq-cloud/outposts/cli` — the `hq outposts` command tree. * * Depends on `commander` and `chalk` and calls `process.exit`, so it is only for a * host CLI. hq-cli mounts it by passing its own auth and HTTP seams; nothing else * should import this. */ export { registerOutpostsCommand } from "./command.js"; export type { OutpostsCommandDeps } from "./command.js"; export { registerHeartbeatCommand } from "./heartbeat-command.js"; export { confirmChargeOrExit, surfaceBillingRequired, surfaceBillingBlocked, } from "./cli-billing.js"; export type { BillingSurfaceContext } from "./cli-billing.js"; //# sourceMappingURL=cli.d.ts.map