import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; //#region src/auto-reply/reply/conversation-label-generator.d.ts type ConversationLabelParams = { userMessage: string; prompt: string; cfg: KlawConfig; agentId?: string; agentDir?: string; maxLength?: number; }; declare function generateConversationLabel(params: ConversationLabelParams): Promise; //#endregion export { generateConversationLabel as n, ConversationLabelParams as t };