import type { AnchorStore } from '../compress/anchor.js'; import { type Finding } from '../compress/knowledge.js'; import type { Tuning } from '../compress/options.js'; import type { CompressionFacts } from './accounting.js'; export declare function withResponsesKnowledge(result: { body: Buffer; summary: CompressionFacts; }, request: Record, anchors?: AnchorStore, findings?: readonly Finding[], tuning?: Tuning, sharedGraph?: boolean): typeof result; //# sourceMappingURL=responses-knowledge.d.ts.map