import { JestSummary } from "../../types/functionalPromptType"; export declare const saveRunSummary: (rootPath: string, summaryPayload: JestSummary[]) => void; //# sourceMappingURL=SummaryStorageService.d.ts.map