import type { Message } from "../types.js"; export declare function findLastAgentResponseText(messages: readonly Message[]): string | undefined;