declare const runCli: (argv: readonly string[]) => number | undefined | Promise; export { runCli };