import type { CliIo } from "./types.js"; export declare function dispatchCommandRoute(argv: string[], io: CliIo): Promise;