#!/usr/bin/env node import { Command } from "commander"; export declare const program: Command; export declare function runCli(argv?: string[]): void; //# sourceMappingURL=index.d.ts.map