import { Command } from "commander"; export declare function createProgram(): Command; export declare function runCli(): void;