import { Command } from 'commander';
export declare function getRemainingFlags(cli: Command): any[];
