import { spawn as realSpawn } from "node:child_process"; type SpawnFn = typeof realSpawn; /** Run the summary. Throws on every failure mode (the caller decides whether a * summary failure should degrade gracefully — the verbatim file is already on * disk by the time this runs). */ export declare function summarise(url: string, text: string, _spawn?: SpawnFn): Promise; export {}; //# sourceMappingURL=summarise.d.ts.map