import { Command } from 'commander';
export declare const getCliParams: (argv: string[], extraFn?: (cm: Command, run: Command) => void) => Command;
