import 'es6-promise/auto';
declare const putSentimentClick: (apiHostname: string, sitekey: string, conversationId: string, sentimentValue: "positive" | "negative" | "neutral") => Promise<boolean>;
export { putSentimentClick };
//# sourceMappingURL=ai-answers-interactions-api.d.ts.map