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