import type { ExecuteHandler } from '../exec.types'; export declare const aiHandlers: { agentChat: ExecuteHandler; conciergeChat: ExecuteHandler; getAgentActions: ExecuteHandler; getAiAgents: ExecuteHandler; };