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