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