import type { FactoryEvent } from "@you-agent-factory/client"; import type { FactoryEmulatorRuntimeReferenceProvenance, FactoryEmulatorRuntimeReferenceTick } from "./runtime-reference.js"; type FrozenEvidence = Readonly<{ provenance: FactoryEmulatorRuntimeReferenceProvenance; ticks: readonly FactoryEmulatorRuntimeReferenceTick[]; orderedEventKinds: readonly FactoryEvent["type"][]; }>; export declare const frozenRuntimeReferenceEvidence: Readonly>; export {};