import { type RockCLIOptions } from '@rock-js/tools'; import type { Command } from 'commander'; export declare function curryOptions(programCommand: Command, options: RockCLIOptions): Command; export declare function actionRunner(fn: (...args: Args) => Promise): (...args: Args) => Promise; //# sourceMappingURL=cli.d.ts.map