export function getFuzzySearch(list: any): (answers: any, input: any) => Promise; export function getFuzzySearchNames(nameValueItemList: any): (answers: any, input: any) => Promise; export function prompt(questions?: any[], argv?: {}): Promise;