import type { Preprocessor } from './types.js'; /** * Research pre-processing: Turn 1 (query plan) + orchestrator. On success the * evidence pack rides back as a payload suffix so the implementer synthesizes * from actual sources, not training-data recall. On failure (unparseable plan, * orchestrator error) the task proceeds with LLM-only research. */ export declare const researchPreprocessor: Preprocessor; //# sourceMappingURL=research.d.ts.map