import type { Command } from 'commander'; /** * Run the CLI program * @param program The commander program instance * @returns void */ export declare function run(program: Command): Promise; //# sourceMappingURL=run.d.ts.map