#!/usr/bin/env node import { Command } from "commander"; export declare function createProgram(): Command; export declare function runCli(argv?: string[]): Promise;