import { Command } from 'commander'; export declare function createProgram(): Promise; export declare function execute(rawArgs: string[]): Promise;