export declare function sendChatMessageFeedback({ agentId, vote, messageId, appId, apiKey, }: { agentId: string; vote: 0 | 1; messageId: string; appId: string; apiKey: string; }): Promise;