import type { ManagedRuntimeProvenanceVerificationDeps } from "./background-runtime.js"; /** * Describe the code producing this report. Marker contents are operator-facing * only after the managed layout, private ancestry, package, CLI, and closure * manifest all agree; every missing or unsafe shape fails closed to dev mode. */ export declare function runtimeProvenanceDetail(packageRoot?: string, deps?: ManagedRuntimeProvenanceVerificationDeps): Promise; //# sourceMappingURL=runtime-provenance.d.ts.map