import { type Preprocessor } from './types.js'; /** * Execute-plan pre-processing: parse + validate the frozen Contract Task plan * and select the dispatched tasks BEFORE any provider session opens. Any * structural, path-safety, or selector problem fails the task terminally here * (zero provider sessions) — the client learns of it by polling. */ export declare const executePlanPreprocessor: Preprocessor; //# sourceMappingURL=execute-plan.d.ts.map