declare const commanderUtil: {
    mapIncomingToOptions(...args: any[]): any;
};
export default commanderUtil;
