import { Command } from "commander"; export declare function buildProgram(): Command; export declare function runCli(argv: string[]): Promise;