import type { Argv } from '@tool/argv/index.js'; export interface CommandRouterInjection { argv: Argv; }