export declare const makeAutocompleteFunctionWithInput: (keys: any) => (answers: object, input: string) => Promise<{}>;