/** @purpose Remove think-blocks and preamble text from raw LLM response. */ export declare const removeThink: (raw: string) => string;