import type { PolishStep } from "../types.js"; /** * Loads --reuse-from inputs (external `.polish` / attributes-review folders from * prior polish runs) into an index attached to `ctx.reuseIndex`, keyed by * `(action, pathKey)` ignoring usecase. Only APPROVED, non-fallback descriptions * are indexed. * * No-op when no --reuse-from given. Runs early (after scaffold / context-pdfs) * so the attribute steps downstream can look up matches. Never aborts — bad * paths and malformed files surface as warnings. */ export declare const reuseLoadStep: PolishStep; //# sourceMappingURL=reuse-load.d.ts.map