import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime"; export declare function generateThreadTitle(params: { cfg: OpenClawConfig; agentId: string; messageText: string; modelRef?: string; channelName?: string; channelDescription?: string; timeoutMs?: number; }): Promise; export declare function normalizeGeneratedThreadTitle(raw: string): string;