import type { PreprocessorMap } from './types.js'; export { PreprocessFailure } from './types.js'; export type { Preprocessor, PreprocessorArgs, PreprocessResult } from './types.js'; /** * Per-type pre-pipeline processing, keyed off TaskType. Types absent from this * map dispatch straight to the pipeline. Each preprocessor runs BEFORE any * provider session opens (research being the deliberate exception: its * query-plan turn IS a provider call) and may terminate the task by throwing * PreprocessFailure. */ export declare const PREPROCESSORS: PreprocessorMap; //# sourceMappingURL=index.d.ts.map