import type { Measurements } from '../measurement/index.js'; import type { ProofCheck } from '../prover/index.js'; import type { PostgresDependencyManifest, RuntimeDependencyProof, StateContract } from '../types/index.js'; export declare function report(measurements: Measurements, proof: ProofCheck[], contract: StateContract, runtime?: PostgresDependencyManifest, isolation?: RuntimeDependencyProof): string;