import type { ActivityPhase } from "./hooks/useAgentLoop.js"; export declare const PLANNING_PHRASES: string[]; export declare const GENERAL_PHRASES: string[]; export declare const WAITING_PHRASES: string[]; export declare const THINKING_PHRASES: string[]; export declare const GENERATING_PHRASES: string[]; export declare const TOOLS_GENERIC: string[]; export declare const TOOL_PHRASES: Record; export declare function selectPhrases(phase: ActivityPhase, userMessage: string, activeToolNames: string[], thinkingEnabled?: boolean): string[]; export declare function shuffleArray(arr: T[]): T[]; //# sourceMappingURL=activity-phrases.d.ts.map