import type { PolishStep } from "../types.js"; /** * Loads --context-pdf inputs into a BM25 index attached to `ctx.pdfIndex`. * No-op when no PDFs were supplied — downstream steps then see * `pdfIndex === undefined` and skip excerpt injection. * * Runs early (after scaffold) so the cache dir under outputDir already * exists. */ export declare const contextPdfsLoadStep: PolishStep; //# sourceMappingURL=context-pdfs-load.d.ts.map