import { Command } from "commander"; /** * Create and configure the main CLI program. */ export declare function createProgram(): Command; //# sourceMappingURL=program.d.ts.map