/** * Type declarations for commands/cli.js — the `wicked-bus` CLI entry point. * * The CLI is a side-effect-only bin script: it parses argv and runs a * subcommand when executed. It exports nothing; the programmatic surface * lives at the package root (`import { ... } from 'wicked-bus'`). * Importing this subpath as a module executes the CLI. */ export {};