import type { SeededGraphQueryResult } from "./graph-runtime.js"; export declare function graphSummaryForSeededResult(result: SeededGraphQueryResult, pagePaths: readonly string[]): string; //# sourceMappingURL=graph-query-summary.d.ts.map