import type { ChatMessagePart } from "./types"; export declare function extractPromptText(parts: readonly ChatMessagePart[]): string;