export declare const chatbotAPI: (chatApiUrl: string, platformId: string, sessionId: string, inputText: string, authToken: string) => Promise<any>;
