import { HugBotEntity } from "../../HugBotEntity/HugBotEntity";
/**
 * Main HugBot interaction method. Uses components present on the bot instance
 * to produce text response.
 */
declare const generateTextResponse: (HugBot: HugBotEntity, userInput: string, apiToken?: string) => Promise<string>;
export { generateTextResponse };
//# sourceMappingURL=TextGen.d.ts.map