export declare const getFuzzySearch: (list: any) => (_answers: any, input: any) => Promise<unknown>;
export declare const getFuzzySearchNames: (nameValueItemList: any) => (_answers: any, input: any) => Promise<unknown>;
export declare const prompt: (questions?: any[], argv?: {}) => Promise<any>;
