import { type Preprocessor } from './types.js'; export declare const planPreprocessor: Preprocessor; /** Spec adds component resolution + scope injection on top of the shared logic. */ export declare const specPreprocessor: Preprocessor; //# sourceMappingURL=spec-plan.d.ts.map