import type { HookState } from "./state.ts"; import type { HookDeps } from "./deps.ts"; export declare function handleChatMessage(input: { agent?: string; sessionID: string; }, output: { parts: Array<{ type: string; text?: string; }>; }, state: HookState, deps: HookDeps): Promise; //# sourceMappingURL=chat-message.d.ts.map