import type { StreamChunk } from '../types/api.js'; export declare function extractStreamText(chunk: StreamChunk): string;