declare function cleverbot(stimlus: string, context?: string[], language?: string): Promise; export default cleverbot;