import * as typesCommon from '../../types';
export declare const getSelectedItem: (settings: typesCommon.SettingCLIGen[]) => Promise<typesCommon.SettingCLIGen>;
